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 | 40377c791f7a0120200b215d01785903ddf1c7bd (patch) | |
tree | 44524044a046bf1a0f0f1a02fe6cffd9b14ea388 /finance/gnucash | |
parent | e371cd291e559a8cc20d5604bef85ad684d0240a (diff) | |
download | pkgsrc-40377c791f7a0120200b215d01785903ddf1c7bd.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 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index a1c1cf883be..6a3069c35bd 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2004/11/20 22:10:23 jmmv Exp $ +# $NetBSD: Makefile,v 1.72 2004/11/28 19:19:52 jlam Exp $ DISTNAME= gnucash-1.8.9 PKGREVISION= 3 @@ -52,7 +52,7 @@ SUBST_SED.guile14+= "s, guile , ${PREFIX}/${GUILE14_SUBDIR}/bin/guile ," .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -post-buildlink: +post-wrapper: if [ ! -f /usr/include/wctype.h ]; then \ ${TOUCH} ${BUILDLINK_DIR}/include/wctype.h; \ fi |