diff options
author | tron <tron@pkgsrc.org> | 2004-12-04 04:43:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-12-04 04:43:12 +0000 |
commit | 4656c4b67ed1e5ba68f14b1e77cd7daa73123b1d (patch) | |
tree | 491b29ec933c5fcc6bb39f8575e70303d682fd05 /mail/faces | |
parent | de219606c1c60de3bcb9faf9e9222c24988aae00 (diff) | |
download | pkgsrc-4656c4b67ed1e5ba68f14b1e77cd7daa73123b1d.tar.gz |
Backout last change which broke building this package.
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index e76f10c44a2..7c1c6b87c6a 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/11/30 08:08:26 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2004/12/04 04:43:12 tron Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 3 @@ -23,7 +23,6 @@ USE_LIBTOOL= YES MAKE_FLAGS+= PREFIX="${PREFIX}" MAKE_FLAGS+= CCOMP="${CFLAGS}" -MAKEFILE= Makefile.dist .include "../../mk/bsd.prefs.mk" @@ -41,6 +40,7 @@ REPLACE_PERL= scripts/addxface scripts/deepen scripts/facesaddr \ scripts/newsfrom.faces scripts/rotary.faces do-configure: + ${LN} -sf Makefile.dist ${WRKSRC}/${MAKEFILE} cd ${WRKSRC}; \ files=" \ x11.c \ |