diff options
author | pat <pat@FreeBSD.org> | 2001-12-24 10:17:17 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-24 10:17:17 +0800 |
commit | 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch) | |
tree | 438ff2856c8402cd6a8f17e494e72efbac6546bf /sysutils | |
parent | d53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff) | |
download | freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.zst freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip |
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mei/Makefile | 4 | ||||
-rw-r--r-- | sysutils/mei/pkg-plist | 12 | ||||
-rw-r--r-- | sysutils/upsmon/Makefile | 4 | ||||
-rw-r--r-- | sysutils/upsmon/pkg-plist | 4 |
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 |