aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_auth_pwcheck
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-06-17 01:34:39 +0800
committerclement <clement@FreeBSD.org>2004-06-17 01:34:39 +0800
commite9bb7fa3cf4e3efacb8718bf3c04108db2bb03df (patch)
tree838168a37c9e9096f4b298d3fa4ebc9c74b7305a /www/mod_auth_pwcheck
parent416a827c5dfdc704738acf0f2cc086426ebc575a (diff)
downloadfreebsd-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/Makefile3
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}/@@'