aboutsummaryrefslogtreecommitdiff
path: root/security/libident/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-07 15:51:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-07 15:51:43 +0000
commit38b6dfa7f15f501af8f3807a330bbf6c588bff00 (patch)
treee8812fc0279ea8ee86d9f313f0b57e8dc765668b /security/libident/Makefile
parentfe748380d27d17489ffa2ddd9d417dee4bf67fcb (diff)
Notes
Diffstat (limited to 'security/libident/Makefile')
-rw-r--r--security/libident/Makefile18
1 files changed, 6 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>