diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-11-06 21:13:48 +0800 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-11-06 21:13:48 +0800 |
commit | 169be4d7d22151c6f199d11efea0eb9e19a35996 (patch) | |
tree | 861f09cc4bc75780727f12d38dc784c663c71ad6 /security/identify | |
parent | f90e284200ee7e5312b76bc2d10c1f925e9c5d1e (diff) | |
download | freebsd-ports-gnome-169be4d7d22151c6f199d11efea0eb9e19a35996.tar.gz freebsd-ports-gnome-169be4d7d22151c6f199d11efea0eb9e19a35996.tar.zst freebsd-ports-gnome-169be4d7d22151c6f199d11efea0eb9e19a35996.zip |
- Respect NOPORTDOCS
- Remove useless pkg-plist
Noticed by: QAT
Diffstat (limited to 'security/identify')
-rw-r--r-- | security/identify/Makefile | 7 | ||||
-rw-r--r-- | security/identify/pkg-plist | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/identify/Makefile b/security/identify/Makefile index 9a9f74255e09..1ee5b6944c0b 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -15,11 +15,14 @@ COMMENT= Client side ident protocol daemon wrapper BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident +PORTDOCS= README +PLIST_FILES= libexec/identify + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/identify ${PREFIX}/libexec .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/identify - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/identify + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/identify/pkg-plist b/security/identify/pkg-plist deleted file mode 100644 index aa759407d825..000000000000 --- a/security/identify/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -libexec/identify -share/doc/identify/README -@dirrm share/doc/identify |