svn commit: r361121 - head/security/gss
Tijl Coosemans
tijl at FreeBSD.org
Mon Jul 7 19:16:17 UTC 2014
Author: tijl
Date: Mon Jul 7 19:16:16 2014
New Revision: 361121
URL: http://svnweb.freebsd.org/changeset/ports/361121
QAT: https://qat.redports.org/buildarchive/r361121/
Log:
- 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
Modified:
head/security/gss/Makefile
Modified: head/security/gss/Makefile
==============================================================================
--- head/security/gss/Makefile Mon Jul 7 19:07:44 2014 (r361120)
+++ head/security/gss/Makefile Mon Jul 7 19:16:16 2014 (r361121)
@@ -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>
More information about the svn-ports-all
mailing list