diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-06-01 03:56:44 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-06-01 03:56:44 +0000 |
commit | 4db2a4874101aba5d09aa7aad8f1566bd8c2b92c (patch) | |
tree | 5e3fc686f1559cb774e66259bd4c9454737188a0 /security | |
parent | ea0e64f4a17ea06a4e7cbe081b67a75974716c11 (diff) | |
download | ports-4db2a4874101aba5d09aa7aad8f1566bd8c2b92c.tar.gz ports-4db2a4874101aba5d09aa7aad8f1566bd8c2b92c.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 8b1f746cdf25..24e45ff218f0 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -165,7 +165,7 @@ PLIST_SUB= PREFIX=${PREFIX} \ NTLM=${NTLM} \ GSSAPI=${GSSAPI} \ EBONES=${EBONES} \ - DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} \ + DOCSDIR=${DOCSDIR:S/^${PREFIX}\///} PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGINSTALL= ${WRKDIR}/pkg-install |