diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-28 19:19:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-28 19:19:51 +0000 |
commit | e3425347f26cc373e801936f82191cf071a0d696 (patch) | |
tree | 44524044a046bf1a0f0f1a02fe6cffd9b14ea388 /mail | |
parent | 077fc50e4488cdfc8c40d95d95eebf0df3a2375b (diff) | |
download | pkgsrc-e3425347f26cc373e801936f82191cf071a0d696.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 'mail')
-rw-r--r-- | mail/libesmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/qmail/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
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 # <openssl/des.h> as <des.h>. # -post-buildlink: +post-wrapper: if [ ! -f /usr/include/des.h ]; then \ ${LN} -s ${SSLBASE}/include/openssl/des.h \ ${BUILDLINK_DIR}/include; \ diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk index 42eda8e297b..6280e70f5a9 100644 --- a/mail/qmail/options.mk +++ b/mail/qmail/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2004/08/27 06:29:08 jlam Exp $ +# $NetBSD: options.mk,v 1.5 2004/11/28 19:19:52 jlam Exp $ .if ${OPSYS} == "Darwin" PKG_DEFAULT_OPTIONS+= darwin @@ -41,7 +41,7 @@ DARWIN_PATCH= panther.patch PATCHFILES+= ${DARWIN_PATCH} SITES_${DARWIN_PATCH}= http://http.netdevice.com:9080/qmail/patch/ PATCH_DIST_STRIP.${DARWIN_PATCH}= -p1 -post-buildlink: +post-wrapper: ${_PKG_SILENT}${_PKG_DEBUG} \ nameser8_compat_h="include/nameser8_compat.h"; \ if [ ! -e /usr/$${nameser8_compat_h} ]; then \ |