diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-08-23 17:17:23 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2002-08-23 17:17:23 +0000 |
commit | e9c163624b979e9faa7a6a11275b75be63fd8f99 (patch) | |
tree | 8192e84aa37c77db3ae3fcfef7696fa5fd4545b8 /security | |
parent | 981f6e7bf79ffb1140df6cdd7f66336fc9c3287e (diff) | |
download | ports-e9c163624b979e9faa7a6a11275b75be63fd8f99.tar.gz ports-e9c163624b979e9faa7a6a11275b75be63fd8f99.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 8b91e803be72..9ca08888569a 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -116,9 +116,6 @@ post-patch: -e "s;%%PREFIX%%;${PREFIX};g" \ ${.CURDIR}/pkg-message > ${PKGMESSAGE} -pre-configure: - @(cd ${WRKSRC} && ${AUTOHEADER}) - # Create Cyrus user and group pre-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL |