diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 12:39:23 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 12:39:23 +0800 |
commit | 5ec96c3251c4d13212b612e47dd39617f2a439db (patch) | |
tree | 79820513e7962be00d8447a418d792b23e262490 | |
parent | 3736d9fd262af95fb59b0617d0de0fd477b87392 (diff) | |
download | freebsd-ports-gnome-5ec96c3251c4d13212b612e47dd39617f2a439db.tar.gz freebsd-ports-gnome-5ec96c3251c4d13212b612e47dd39617f2a439db.tar.zst freebsd-ports-gnome-5ec96c3251c4d13212b612e47dd39617f2a439db.zip |
- Convert to AP_FAST_BUILD / AP_GENPLIST
- swap LOCAL site for mine
- Pet Portlint
-rw-r--r-- | www/mod_fileiri/Makefile | 12 | ||||
-rw-r--r-- | www/mod_fileiri/pkg-plist | 3 |
2 files changed, 4 insertions, 11 deletions
diff --git a/www/mod_fileiri/Makefile b/www/mod_fileiri/Makefile index e19611ecc559..e7fcb107e09f 100644 --- a/www/mod_fileiri/Makefile +++ b/www/mod_fileiri/Makefile @@ -8,22 +8,18 @@ PORTNAME= mod_fileiri PORTVERSION= 1.15 CATEGORIES= www -MASTER_SITES= LOCAL/chinsan +MASTER_SITES= LOCAL/pgollucci PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DIST_SUBDIR= apache2 MAINTAINER= apache@FreeBSD.org COMMENT= A http IRIs module for Apache 2 -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes USE_APACHE= 20+ -PLIST_SUB= APACHE_DIR=${APACHEMODDIR} -do-build: - cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c - -do-install: - ${APXS} -i -c -n fileiri ${WRKSRC}/${PORTNAME}.so +AP_FAST_BUILD= yes +AP_GENPLIST= yes .include <bsd.port.mk> diff --git a/www/mod_fileiri/pkg-plist b/www/mod_fileiri/pkg-plist deleted file mode 100644 index 1db2bc904408..000000000000 --- a/www/mod_fileiri/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%APACHE_DIR%%/mod_fileiri.so -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F |