aboutsummaryrefslogtreecommitdiff
path: root/sysutils
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
parente1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff)
downloadports-b666502afda11878e1adfaefeff785ee6171024b.tar.gz
ports-b666502afda11878e1adfaefeff785ee6171024b.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mei/Makefile4
-rw-r--r--sysutils/mei/pkg-plist12
-rw-r--r--sysutils/upsmon/Makefile4
-rw-r--r--sysutils/upsmon/pkg-plist4
4 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/mei/Makefile b/sysutils/mei/Makefile
index 175b1620479a..dadb13df5afd 100644
--- a/sysutils/mei/Makefile
+++ b/sysutils/mei/Makefile
@@ -32,8 +32,8 @@ BROKEN= not support CAM
.if !defined(NOPORTDOCS)
post-install:
- ${MKDIR} ${PREFIX}/share/doc/mei
- ${INSTALL_DATA} ${WRKSRC}/*txt ${PREFIX}/share/doc/mei
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/*txt ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
diff --git a/sysutils/mei/pkg-plist b/sysutils/mei/pkg-plist
index 0b7ea2544f09..38f55c226a95 100644
--- a/sysutils/mei/pkg-plist
+++ b/sysutils/mei/pkg-plist
@@ -1,8 +1,8 @@
bin/mei
bin/moe
-share/doc/mei/mdt.txt
-share/doc/mei/mospec.txt
-share/doc/mei/msdos.txt
-share/doc/mei/readme.txt
-share/doc/mei/unix.txt
-@dirrm share/doc/mei
+%%PORTDOCS%%share/doc/mei/mdt.txt
+%%PORTDOCS%%share/doc/mei/mospec.txt
+%%PORTDOCS%%share/doc/mei/msdos.txt
+%%PORTDOCS%%share/doc/mei/readme.txt
+%%PORTDOCS%%share/doc/mei/unix.txt
+%%PORTDOCS%%@dirrm share/doc/mei
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