1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Plist fix (cannot use apxs on deinstall with apache22)

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-03-19 19:40:42 +00:00
parent e972bdec6a
commit 05b8f1afd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230430

View File

@ -1,5 +1,5 @@
@unexec sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
%%APACHEMODDIR%%/mod_dnssd.so
@exec %D/sbin/apxs -e -a -n dnssd %D/%f || true
@unexec %D/sbin/apxs -e -A -n dnssd %D/%f || true
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%