diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-30 17:43:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-30 17:43:22 +0000 |
commit | b993f73478e1ff4c81b0b6ec2a1456c886e0ec3c (patch) | |
tree | cdaf147c33b0a2997032ff653195193168bda342 | |
parent | 8643d4aa4f1c5fd88ccf6a088374f9f7c718ff6b (diff) |
- Fix plists: cannot use %F one line above the handled file
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=255331
-rw-r--r-- | www/mod_dnssd/Makefile | 2 | ||||
-rw-r--r-- | www/mod_dnssd/pkg-plist | 2 | ||||
-rw-r--r-- | www/mod_layout22/Makefile | 2 | ||||
-rw-r--r-- | www/mod_layout22/pkg-plist | 2 | ||||
-rw-r--r-- | www/mod_smooth_streaming/Makefile | 1 | ||||
-rw-r--r-- | www/mod_smooth_streaming/pkg-plist | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/www/mod_dnssd/Makefile b/www/mod_dnssd/Makefile index 36f0bababb63..b5822db7009f 100644 --- a/www/mod_dnssd/Makefile +++ b/www/mod_dnssd/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_dnssd PORTVERSION= 0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} diff --git a/www/mod_dnssd/pkg-plist b/www/mod_dnssd/pkg-plist index f9e1b9ff7f7b..b8df8af27e59 100644 --- a/www/mod_dnssd/pkg-plist +++ b/www/mod_dnssd/pkg-plist @@ -1,5 +1,5 @@ -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f %%APACHEMODDIR%%/%%AP_MODULE%% +@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%% diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index 1e536b843011..d053a7984e48 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_layout PORTVERSION= 5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://download.tangent.org/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} diff --git a/www/mod_layout22/pkg-plist b/www/mod_layout22/pkg-plist index 2f9c29a75ce7..614c127180cd 100644 --- a/www/mod_layout22/pkg-plist +++ b/www/mod_layout22/pkg-plist @@ -1,5 +1,5 @@ -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F %%APACHEMODDIR%%/%%AP_MODULE%% +@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%% diff --git a/www/mod_smooth_streaming/Makefile b/www/mod_smooth_streaming/Makefile index 1b4664cd00b2..ad31ca4f026a 100644 --- a/www/mod_smooth_streaming/Makefile +++ b/www/mod_smooth_streaming/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_smooth_streaming PORTVERSION= 1.0.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://smoothstreaming.code-shop.com/download/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} diff --git a/www/mod_smooth_streaming/pkg-plist b/www/mod_smooth_streaming/pkg-plist index 2fca49fee40b..1116e09f6e84 100644 --- a/www/mod_smooth_streaming/pkg-plist +++ b/www/mod_smooth_streaming/pkg-plist @@ -1,4 +1,4 @@ -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F %%APACHEMODDIR%%/%%AP_MODULE%% +@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F @unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F @unexec echo "Don't forget to remove all mod_smooth_streaming-related directives in your httpd.conf" |