aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-04-12 14:26:40 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-04-12 14:26:40 +0800
commit65ce841a8c7fe757705efc3b839e6a4248477b71 (patch)
tree3ae1f4de27868ca252c70ec34f82fe8526c3c725 /www
parentfba93bb6d5d17d5abd253835d297c4c58f7c5fc5 (diff)
downloadfreebsd-ports-gnome-65ce841a8c7fe757705efc3b839e6a4248477b71.tar.gz
freebsd-ports-gnome-65ce841a8c7fe757705efc3b839e6a4248477b71.tar.zst
freebsd-ports-gnome-65ce841a8c7fe757705efc3b839e6a4248477b71.zip
- USE_APACHE=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
Diffstat (limited to 'www')
-rw-r--r--www/mod_index_rss/Makefile10
-rw-r--r--www/mod_index_rss/pkg-plist3
2 files changed, 3 insertions, 10 deletions
diff --git a/www/mod_index_rss/Makefile b/www/mod_index_rss/Makefile
index e2eb9c8f6a4e..43a718eb0d5e 100644
--- a/www/mod_index_rss/Makefile
+++ b/www/mod_index_rss/Makefile
@@ -14,12 +14,8 @@ MASTER_SITES= http://download.tangent.org/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module to provides RSS output for directories
-USE_APACHE= yes
-
-do-build:
- @cd ${WRKSRC} && ${APXS} -c mod_index_rss.c
-
-do-install:
- ${APXS} -i -A -n index_rss ${WRKSRC}/mod_index_rss.so
+USE_APACHE= 1.3
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
.include <bsd.port.mk>
diff --git a/www/mod_index_rss/pkg-plist b/www/mod_index_rss/pkg-plist
deleted file mode 100644
index 362d3436c72e..000000000000
--- a/www/mod_index_rss/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-libexec/apache/mod_index_rss.so
-@exec %D/sbin/apxs -e -A -n index_rss %D/%F
-@unexec %D/sbin/apxs -e -A -n index_rss %D/%F