diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-23 04:21:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-01-23 04:21:34 +0000 |
commit | b0fdf73ed06173904ffa9d9c05be606c26135a11 (patch) | |
tree | 73730b369dc4e60821144f3805e852997df67c24 /security/gsasl/Makefile | |
parent | Update to 2.0.1 (diff) |
Clean up Makefile
Notes
Notes:
svn path=/head/; revision=523874
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 03037aef7f07..606191cd604a 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -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 @@ -36,9 +34,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 ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} |