diff options
author | jeh <jeh@FreeBSD.org> | 2005-02-12 03:44:43 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2005-02-12 03:44:43 +0800 |
commit | 4e9371e6f4976a7ba7400f8e3090ff3914271794 (patch) | |
tree | 1585b624cfaf7099403af0c42bd5704ff6aa062e /www | |
parent | 6db7dbd414fc966baa995e3d116cb6fef78234ba (diff) | |
download | freebsd-ports-gnome-4e9371e6f4976a7ba7400f8e3090ff3914271794.tar.gz freebsd-ports-gnome-4e9371e6f4976a7ba7400f8e3090ff3914271794.tar.zst freebsd-ports-gnome-4e9371e6f4976a7ba7400f8e3090ff3914271794.zip |
${.CURDIR}/../ is needed instead of ${PORTSDIR}
Bump PORTREVISION
Diffstat (limited to 'www')
-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) |