mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Strip library
- Drop @dirrm* from plist
This commit is contained in:
parent
aee585a140
commit
cbe79b7580
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386474
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= mod_dnssd
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 11
|
||||
PORTREVISION= 12
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/
|
||||
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
||||
@ -31,6 +31,7 @@ pre-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/README ${STAGEDIR}${DOCSDIR}/README
|
||||
|
||||
|
@ -2,4 +2,3 @@
|
||||
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
|
||||
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user