Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 04:21:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523874 - head/security/gsasl
Message-ID:  <202001230421.00N4LYgl035863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001230421.00N4LYgl035863>