aboutsummaryrefslogtreecommitdiff
path: root/sysutils/upsmon
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
commitb666502afda11878e1adfaefeff785ee6171024b (patch)
tree9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /sysutils/upsmon
parente1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff)
downloadports-b666502afda11878e1adfaefeff785ee6171024b.tar.gz
ports-b666502afda11878e1adfaefeff785ee6171024b.zip
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
Notes
Notes: svn path=/head/; revision=52072
Diffstat (limited to 'sysutils/upsmon')
-rw-r--r--sysutils/upsmon/Makefile4
-rw-r--r--sysutils/upsmon/pkg-plist4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/upsmon/Makefile b/sysutils/upsmon/Makefile
index 59e19a186230..0aef0ef6e726 100644
--- a/sysutils/upsmon/Makefile
+++ b/sysutils/upsmon/Makefile
@@ -24,8 +24,8 @@ do-install:
@${CHMOD} +x ${PREFIX}/etc/rc.d/upsmon.sh
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/upsmon
- ${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/upsmon
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR}
.endif
post-install:
diff --git a/sysutils/upsmon/pkg-plist b/sysutils/upsmon/pkg-plist
index 3eb31901831c..a406553e03a3 100644
--- a/sysutils/upsmon/pkg-plist
+++ b/sysutils/upsmon/pkg-plist
@@ -1,5 +1,5 @@
bin/upsstat
sbin/upsmond
etc/rc.d/upsmon.sh
-share/doc/upsmon/INSTALL
-@dirrm share/doc/upsmon
+%%PORTDOCS%%share/doc/upsmon/INSTALL
+%%PORTDOCS%%@dirrm share/doc/upsmon