diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 23:51:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 23:51:43 +0800 |
commit | ba722d5efd9e8963a7d56dc21da19153af8de76b (patch) | |
tree | e8812fc0279ea8ee86d9f313f0b57e8dc765668b | |
parent | 5a27db83ecc5c7ef91bbc039684e6282c527cf5c (diff) | |
download | freebsd-ports-gnome-ba722d5efd9e8963a7d56dc21da19153af8de76b.tar.gz freebsd-ports-gnome-ba722d5efd9e8963a7d56dc21da19153af8de76b.tar.zst freebsd-ports-gnome-ba722d5efd9e8963a7d56dc21da19153af8de76b.zip |
Support stage
USES=libtool
strip binaries
-rw-r--r-- | security/libident/Makefile | 18 | ||||
-rw-r--r-- | security/libident/pkg-plist | 2 |
2 files changed, 8 insertions, 12 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 47f816f63889..09746f331688 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -3,27 +3,21 @@ PORTNAME= libident PORTVERSION= 0.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.remlab.net/files/libident/ MAINTAINER= ports@FreeBSD.org COMMENT= Small library to interface the ident protocol server (rfc1413) -USE_AUTOTOOLS= libtool -USE_GNOME= lthack +OPTIONS_DEFINE= DOCS +USES= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip -MAN3= ident.3 - -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for i in README - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/security/libident/pkg-plist b/security/libident/pkg-plist index 02f4ef8cf566..20f8df8a3fb6 100644 --- a/security/libident/pkg-plist +++ b/security/libident/pkg-plist @@ -3,5 +3,7 @@ lib/libident.a lib/libident.la lib/libident.so lib/libident.so.0 +lib/libident.so.0.0.0 +man/man3/ident.3.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% |