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 | Update to 1.14.4. (diff) |
We don't need automake.
Reported by: Jason Mealins <jason_mealins@bigfix.com>
Notes
Notes:
svn path=/head/; revision=64892
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 |