svn commit: r523874 - head/security/gsasl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 23 04:21:35 UTC 2020


Author: sunpoet
Date: Thu Jan 23 04:21:34 2020
New Revision: 523874
URL: https://svnweb.freebsd.org/changeset/ports/523874

Log:
  Clean up Makefile

Modified:
  head/security/gsasl/Makefile

Modified: head/security/gsasl/Makefile
==============================================================================
--- head/security/gsasl/Makefile	Thu Jan 23 04:21:29 2020	(r523873)
+++ head/security/gsasl/Makefile	Thu Jan 23 04:21:34 2020	(r523874)
@@ -17,11 +17,9 @@ LIB_DEPENDS=	libidn.so:dns/libidn \
 USES=		charsetfix libtool localbase:ldflags pathfix perl5 pkgconfig
 USE_PERL5=	build
 
-#CPPFLAGS+=	-nostdinc -I/usr/include -I${LOCALBASE}/include
 CPPFLAGS+=	-nostdinc -I/usr/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-#LDFLAGS+=	-L/usr/lib -L${LOCALBASE}/lib
 LDFLAGS+=	-L/usr/lib
 USE_LDCONFIG=	yes
 
@@ -35,9 +33,6 @@ NLS_CONFIGURE_ENABLE=	nls
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^en@/d' ${WRKSRC}/lib/po/LINGUAS ${WRKSRC}/po/LINGUAS
-
-x-post-install:
-	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgsasl.so
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR}/reference


More information about the svn-ports-all mailing list