1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Strip library

This commit is contained in:
Dmitry Marakasov 2015-05-26 00:00:34 +00:00
parent 54a7cdee21
commit b6a66184fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387446

View File

@ -3,6 +3,7 @@
PORTNAME= mod_auth_openid
PORTVERSION= 0.8
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= www
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
@ -37,4 +38,7 @@ post-patch:
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${PORTNAME}.so
.include <bsd.port.mk>