diff options
author | clement <clement@FreeBSD.org> | 2004-06-17 01:34:39 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-06-17 01:34:39 +0800 |
commit | e9bb7fa3cf4e3efacb8718bf3c04108db2bb03df (patch) | |
tree | 838168a37c9e9096f4b298d3fa4ebc9c74b7305a /www/mod_auth_pwcheck | |
parent | 416a827c5dfdc704738acf0f2cc086426ebc575a (diff) | |
download | freebsd-ports-graphics-e9bb7fa3cf4e3efacb8718bf3c04108db2bb03df.tar.gz freebsd-ports-graphics-e9bb7fa3cf4e3efacb8718bf3c04108db2bb03df.tar.zst freebsd-ports-graphics-e9bb7fa3cf4e3efacb8718bf3c04108db2bb03df.zip |
- fix package category selection problem.
PR: ports/67968
Submitted by: Anton Voronin <anton@chelcom.ru> (maintainer)
Diffstat (limited to 'www/mod_auth_pwcheck')
-rw-r--r-- | www/mod_auth_pwcheck/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_auth_pwcheck/Makefile b/www/mod_auth_pwcheck/Makefile index 558a35c94bb..b0d07a14d06 100644 --- a/www/mod_auth_pwcheck/Makefile +++ b/www/mod_auth_pwcheck/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: mod_auth_pwcheck # Date created: 2001/08/08 -# Whom: Anton Voronin <anton@urc.ac.ru> +# Whom: Anton Voronin <anton@chelcom.ru> # # $FreeBSD$ # @@ -28,6 +28,7 @@ AP_MOD_SSL_SUFFIX!= ${APXS} -q CFLAGS 2>/dev/null \ || ${ECHO} -modssl AP_CATEGORY!= ${APXS} -q CFLAGS 2>/dev/null \ | ${GREP} DRUSSIAN_APACHE >/dev/null \ + && ${ECHO} russian \ || ${ECHO} www AP_TARGET!= ${APXS} -q TARGET 2>/dev/null || ${ECHO} AP_LIBEXEC!= ${APXS} -q LIBEXECDIR 2>/dev/null | ${SED} 's@^${PREFIX}/@@' |