[BACK]Return to patch-doc_Makefile CVS log [TXT][DIR] Up to [local] / ports / sysutils / apcupsd / patches

File: [local] / ports / sysutils / apcupsd / patches / Attic / patch-doc_Makefile (download)

Revision 1.1, Mon Nov 10 13:15:33 2008 UTC (15 years, 7 months ago) by yason
Branch: MAIN

Initial revision

$OpenBSD$
--- doc/Makefile.orig	Sun May 18 21:12:30 2008
+++ doc/Makefile	Sun Aug  3 13:38:58 2008
@@ -9,6 +9,8 @@ all-uninstall: uninstall-man
 install-man:
 	$(call MKDIR,$(mandir)/man$(manext))
 	$(call INSTDATA,644,apcupsd.man,$(mandir)/man$(manext)/apcupsd.$(manext))
+	$(call INSTDATA,644,apctest.man,$(mandir)/man$(manext)/apctest.$(manext))
 
 uninstall-man:
 	$(call UNINST,$(mandir)/man$(manext)/apcupsd.$(manext))
+	$(call UNINST,$(mandir)/man$(manext)/apctest.$(manext))