aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_auth_pwcheck
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-06-17 01:34:39 +0800
committerClement Laforet <clement@FreeBSD.org>2004-06-17 01:34:39 +0800
commit970dfa93e79e39d41e6d5d23cc177deac4f7a511 (patch)
treeace0560ff0ef3887def7d4938ebdb5b62fea7401 /www/mod_auth_pwcheck
parente4f313ea00be20a5c4d5491ab0568839ebcdf2bd (diff)
downloadfreebsd-ports-gnome-970dfa93e79e39d41e6d5d23cc177deac4f7a511.tar.gz
freebsd-ports-gnome-970dfa93e79e39d41e6d5d23cc177deac4f7a511.tar.zst
freebsd-ports-gnome-970dfa93e79e39d41e6d5d23cc177deac4f7a511.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 558a35c94bb3..b0d07a14d06a 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}/@@'