diff options
author | James E. Housley <jeh@FreeBSD.org> | 2005-02-11 19:44:43 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2005-02-11 19:44:43 +0000 |
commit | 021ef515bed3c78e6e3ba8b2645018cb273fb4db (patch) | |
tree | 28c777e51149642497c9fd4815b30d2a86e80f5d /www/mod_auth_mysql | |
parent | 8b18602181650edfe89716fe85e00fe35923c35b (diff) |
${.CURDIR}/../ is needed instead of ${PORTSDIR}
Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=128536
Diffstat (limited to 'www/mod_auth_mysql')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index f2e1a631dc6c..6c8a52829011 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -6,7 +6,7 @@ PORTNAME= mod_auth_mysql PORTVERSION= 2.20 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mod-auth-mysql @@ -30,7 +30,7 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${PREFIX} \ --with-apxs=${APXS} -.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include "${.CURDIR}/../www/apache2/Makefile.modules.3rd" post-install: .if !defined(NOPORTDOCS) |