aboutsummaryrefslogtreecommitdiff
path: root/security/gss
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-07 19:16:16 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-07 19:16:16 +0000
commitea23d74eae96c358e934063dd4ec820272275db4 (patch)
treeeae3874e1fa588346499e12a2a792872053377a1 /security/gss
parent4c898cd90bdb7e9779ea1b7c9667459ddda14604 (diff)
downloadports-ea23d74eae96c358e934063dd4ec820272275db4.tar.gz
ports-ea23d74eae96c358e934063dd4ec820272275db4.zip
- Bump PORTREVISION after security/shishi library version change
- Add INSTALL_TARGET=install-strip - Remove pre-install (creates directory outside stage area) - Unhide post-install command
Notes
Notes: svn path=/head/; revision=361121
Diffstat (limited to 'security/gss')
-rw-r--r--security/gss/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile
index a91ece531c3c..6805d1ce4abf 100644
--- a/security/gss/Makefile
+++ b/security/gss/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gss
PORTVERSION= 1.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= GNU
@@ -18,6 +18,7 @@ USES= libtool pathfix pkgconfig perl5
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-kerberos5
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS NLS
@@ -34,16 +35,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
post-configure:
@cd ${WRKSRC}/doc && ${TOUCH} Makefile*
-pre-install:
- @${MKDIR} ${PREFIX}/${INFO_PATH}
-
-.include <bsd.port.options.mk>
-
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgss.so
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
+ (cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>