diff options
author | toshii <toshii@pkgsrc.org> | 2000-10-04 11:04:57 +0000 |
---|---|---|
committer | toshii <toshii@pkgsrc.org> | 2000-10-04 11:04:57 +0000 |
commit | 92d40c18f98cef29dc722009b7a3c1b9cd5488bf (patch) | |
tree | e57cd5592c12abea852c401902a061f0ce6ba80a | |
parent | a1b1742dd8f6040b935dcd8a9e68e3e754937377 (diff) | |
download | pkgsrc-92d40c18f98cef29dc722009b7a3c1b9cd5488bf.tar.gz |
Take advantage of bsd.prefs.mk.
-rw-r--r-- | sysutils/fileutils/Makefile | 7 | ||||
-rw-r--r-- | sysutils/mc/Makefile | 7 | ||||
-rw-r--r-- | textproc/textutils/Makefile | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/sysutils/fileutils/Makefile b/sysutils/fileutils/Makefile index 2ce52a864a6..6fa52d759a4 100644 --- a/sysutils/fileutils/Makefile +++ b/sysutils/fileutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/02/01 00:52:54 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/04 11:04:57 toshii Exp $ DISTNAME= fileutils-3.16 CATEGORIES= sysutils @@ -12,9 +12,12 @@ NO_PATCH= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-prefix=g -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" + .if ${OPSYS} == "SunOS" PLIST_SUBST+= LOCALEBASE=lib .else PLIST_SUBST+= LOCALEBASE=share .endif + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index d57eda8ef94..abd1caef5b8 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2000/06/01 17:54:23 rh Exp $ +# $NetBSD: Makefile,v 1.39 2000/10/04 11:04:58 toshii Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # @@ -24,9 +24,12 @@ CONFIGURE_ENV+= LIBS="-lm -ltermcap" CPPFLAGS="-I${LOCALBASE}/include" CFLAGS+= -Dunix -I${LOCALBASE}/include -DxBSD LDFLAGS+= -L${LOCALBASE}/lib -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" + .if ${OPSYS} == "SunOS" PLIST_SUBST+= LOCALEBASE=lib .else PLIST_SUBST+= LOCALEBASE=share .endif + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index f5c929632fa..64cd8b7f376 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/04 18:06:32 bouyer Exp $ +# $NetBSD: Makefile,v 1.4 2000/10/04 11:04:58 toshii Exp $ # FreeBSD Id: ports/textproc/textutils/Makefile,v 1.7 1999/09/18 17:46:30 steve Exp DISTNAME= textutils-2.0 @@ -17,9 +17,12 @@ USE_GMAKE= yes post-install: install-info ${PREFIX}/info/textutils.info ${PREFIX}/info/dir -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" + .if ${OPSYS} == "SunOS" PLIST_SUBST+= LOCALEBASE=lib .else PLIST_SUBST+= LOCALEBASE=share .endif + +.include "../../mk/bsd.pkg.mk" |