diff options
author | pav <pav@FreeBSD.org> | 2010-05-31 01:43:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-31 01:43:22 +0800 |
commit | 84304f615bad2c880e7e3e771b80b2b8f7603e76 (patch) | |
tree | 2abca5e8dd4a8156670faa48c73ebbdc772e55b4 /www/mod_layout22 | |
parent | 149e813f6a1487db553bc87315ad1fc29c888faf (diff) | |
download | freebsd-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
Diffstat (limited to 'www/mod_layout22')
-rw-r--r-- | www/mod_layout22/Makefile | 2 | ||||
-rw-r--r-- | www/mod_layout22/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
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%% |