diff options
author | wiz <wiz> | 2004-11-30 08:08:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-30 08:08:26 +0000 |
commit | c30fa7d1b080da81f756e4b2f8a8a241d40a02fa (patch) | |
tree | 15e66ef5c0b226446ffc4b8095a3d0c3a53fd212 | |
parent | 0c04f9d9ef3667ba9dcc5076e25de9ae0fead5a5 (diff) | |
download | pkgsrc-c30fa7d1b080da81f756e4b2f8a8a241d40a02fa.tar.gz |
Do not copy Makefiles around, just use MAKEFILE variable.
-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 ce433a02cdf..e76f10c44a2 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2004/10/03 00:12:52 tv Exp $ +# $NetBSD: Makefile,v 1.39 2004/11/30 08:08:26 wiz Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 3 @@ -23,6 +23,7 @@ USE_LIBTOOL= YES MAKE_FLAGS+= PREFIX="${PREFIX}" MAKE_FLAGS+= CCOMP="${CFLAGS}" +MAKEFILE= Makefile.dist .include "../../mk/bsd.prefs.mk" @@ -40,7 +41,6 @@ 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 \ |