diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-01-20 09:42:54 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-01-20 09:42:54 +0000 |
commit | f5fae5654d7f5089a9575f75ca8b64d57da70b1d (patch) | |
tree | f287b5642c94feeedee5d831d9cba1e44a4cd451 /security | |
parent | Harcoded perl version of 5.005 into ${PERL_VER} (diff) |
fix package building.
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=73639
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index f958b763a507..ee91c0492953 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -118,7 +118,6 @@ PLIST_SUB= PREFIX=${PREFIX} \ DIGEST=${DIGEST} \ GSSAPI=${GSSAPI} \ EBONES=${EBONES} \ - MYSQL=${MYSQL} \ DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} \ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall |