From 40377c791f7a0120200b215d01785903ddf1c7bd Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 28 Nov 2004 19:19:51 +0000 Subject: 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". --- mail/libesmtp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/libesmtp') diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 27c4405b75c..5af2ead1575 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:12:53 tv Exp $ +# $NetBSD: Makefile,v 1.17 2004/11/28 19:19:52 jlam Exp $ DISTNAME= libesmtp-1.0.3r1 PKGNAME= ${DISTNAME:S/r1//} @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-isoc # which is backward-compatible. Create a symlink to find # as . # -post-buildlink: +post-wrapper: if [ ! -f /usr/include/des.h ]; then \ ${LN} -s ${SSLBASE}/include/openssl/des.h \ ${BUILDLINK_DIR}/include; \ -- cgit v1.2.3