aboutsummaryrefslogtreecommitdiff
path: root/www/mod_access_identd
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-16 13:38:17 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-16 13:38:17 +0000
commit9b3d51b78831d7239dcba509d2c45ada835a1a44 (patch)
treef96ae5cf5381799b53489a0771116406b3d36c82 /www/mod_access_identd
parent267bec7c6d5df742b747c0134d3e71ee5a7aec18 (diff)
downloadports-9b3d51b78831d7239dcba509d2c45ada835a1a44.tar.gz
ports-9b3d51b78831d7239dcba509d2c45ada835a1a44.zip
- Utilize Makefile.modules.3rd
Notes
Notes: svn path=/head/; revision=107225
Diffstat (limited to 'www/mod_access_identd')
-rw-r--r--www/mod_access_identd/Makefile16
-rw-r--r--www/mod_access_identd/pkg-plist3
2 files changed, 7 insertions, 12 deletions
diff --git a/www/mod_access_identd/Makefile b/www/mod_access_identd/Makefile
index d916ce8f805c..4b24aacf80f9 100644
--- a/www/mod_access_identd/Makefile
+++ b/www/mod_access_identd/Makefile
@@ -13,13 +13,11 @@ MASTER_SITES= http://MeepZor.Com/packages/mod_access_identd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache module to supply access control based on ident reply
-USE_APACHE= yes
-WRKSRC= ${WRKDIR}/mod_access_identd
+WRKSRC= ${WRKDIR}/${PORTNAME}
+WANT_APACHE= 13
+AP_FAST_BUILD= YES
+AP_GENPLIST= YES
-do-build:
- @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
-
-do-install:
- ${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so
-
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
+.include <bsd.port.post.mk>
diff --git a/www/mod_access_identd/pkg-plist b/www/mod_access_identd/pkg-plist
deleted file mode 100644
index 40fd54c83cd6..000000000000
--- a/www/mod_access_identd/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-libexec/apache/mod_access_identd.so
-@exec %D/sbin/apxs -e -A -n access_identd %D/%F
-@unexec %D/sbin/apxs -e -A -n access_identd %D/%F