summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-28 19:19:51 +0000
committerjlam <jlam>2004-11-28 19:19:51 +0000
commiteeb69d32f7883c8e762493d7aa5e180be9b9b280 (patch)
tree44524044a046bf1a0f0f1a02fe6cffd9b14ea388 /security
parentcc8fea18298c974b9fd197517231321bd33be157 (diff)
downloadpkgsrc-eeb69d32f7883c8e762493d7aa5e180be9b9b280.tar.gz
Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
Diffstat (limited to 'security')
-rw-r--r--security/heimdal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index 12a25e4a039..9e433f3f0d9 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/11/19 23:16:02 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2004/11/28 19:19:52 jlam Exp $
DISTNAME= heimdal-0.6.3
PKGREVISION= 2
@@ -101,7 +101,7 @@ SUBST_SED.heimdal= \
# The configure script only groks the OpenSSL 0.9.6 DES API, so make the
# newer OpenSSL releases look more like the old one.
#
-post-buildlink:
+post-wrapper:
if ${GREP} -q des_cblock ${SSLBASE}/include/openssl/des.h 2>/dev/null; then \
: ; \
else \