diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-11-06 21:13:48 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-11-06 21:13:48 +0800 |
commit | 96631c3bf90cbdb84007a99df88063965b15992a (patch) | |
tree | 00da9d43c1afb7c404142a76cfcf7d51a7c693c1 /security | |
parent | b7c82449995ffb193160a59d62671e6e49b2aaaf (diff) | |
download | freebsd-ports-graphics-96631c3bf90cbdb84007a99df88063965b15992a.tar.gz freebsd-ports-graphics-96631c3bf90cbdb84007a99df88063965b15992a.tar.zst freebsd-ports-graphics-96631c3bf90cbdb84007a99df88063965b15992a.zip |
- Respect NOPORTDOCS
- Remove useless pkg-plist
Noticed by: QAT
Diffstat (limited to 'security')
-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 9a9f74255e0..1ee5b6944c0 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 aa759407d82..00000000000 --- a/security/identify/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -libexec/identify -share/doc/identify/README -@dirrm share/doc/identify |