pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/faces Do not copy Makefiles around, just use MAKE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/332c0be8fafe
branches:  trunk
changeset: 484823:332c0be8fafe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 30 08:08:26 2004 +0000

description:
Do not copy Makefiles around, just use MAKEFILE variable.

diffstat:

 mail/faces/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 6d211be9cc5d -r 332c0be8fafe mail/faces/Makefile
--- a/mail/faces/Makefile       Tue Nov 30 08:06:01 2004 +0000
+++ b/mail/faces/Makefile       Tue Nov 30 08:08:26 2004 +0000
@@ -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 @@
 
 MAKE_FLAGS+=   PREFIX="${PREFIX}"
 MAKE_FLAGS+=   CCOMP="${CFLAGS}"
+MAKEFILE=      Makefile.dist
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -40,7 +41,6 @@
                scripts/newsfrom.faces scripts/rotary.faces
 
 do-configure:
-       ${LN} -sf Makefile.dist ${WRKSRC}/${MAKEFILE}
        cd ${WRKSRC};                                                   \
        files="                                                         \
                x11.c                                                   \



Home | Main Index | Thread Index | Old Index