aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2010-05-31 01:43:22 +0800
committerpav <pav@FreeBSD.org>2010-05-31 01:43:22 +0800
commit84304f615bad2c880e7e3e771b80b2b8f7603e76 (patch)
tree2abca5e8dd4a8156670faa48c73ebbdc772e55b4
parent149e813f6a1487db553bc87315ad1fc29c888faf (diff)
downloadfreebsd-ports-gnome-84304f615bad2c880e7e3e771b80b2b8f7603e76.tar.gz
freebsd-ports-gnome-84304f615bad2c880e7e3e771b80b2b8f7603e76.tar.zst
freebsd-ports-gnome-84304f615bad2c880e7e3e771b80b2b8f7603e76.zip
- Fix plists: cannot use %F one line above the handled file
Reported by: pointyhat
-rw-r--r--www/mod_dnssd/Makefile2
-rw-r--r--www/mod_dnssd/pkg-plist2
-rw-r--r--www/mod_layout22/Makefile2
-rw-r--r--www/mod_layout22/pkg-plist2
-rw-r--r--www/mod_smooth_streaming/Makefile1
-rw-r--r--www/mod_smooth_streaming/pkg-plist2
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"