summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-08 21:57:57 +0000
committerjlam <jlam>2007-09-08 21:57:57 +0000
commite61b45ba0c4e39a0749d225bb740e02dc55f8b1d (patch)
tree090b4461321e87c968b099c0a26b69c4da29ff20 /sysutils
parent04b96c22b176a8925e7d97a770e4caabd4eb8f56 (diff)
downloadpkgsrc-e61b45ba0c4e39a0749d225bb740e02dc55f8b1d.tar.gz
Convert to use the features framework.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mtree/Makefile5
-rw-r--r--sysutils/news/Makefile10
2 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/mtree/Makefile b/sysutils/mtree/Makefile
index 15988c5b04a..9076e6a080b 100644
--- a/sysutils/mtree/Makefile
+++ b/sysutils/mtree/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2007/09/06 21:51:54 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2007/09/08 21:58:00 jlam Exp $
+
+USE_FEATURES= nbcompat
.include "../../pkgtools/mtree/Makefile.common"
CATEGORIES= sysutils
-.include "../../pkgtools/libnbcompat/inplace.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/news/Makefile b/sysutils/news/Makefile
index 32b9ce0d566..f1162af81fb 100644
--- a/sysutils/news/Makefile
+++ b/sysutils/news/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/09/06 21:51:54 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2007/09/08 21:58:00 jlam Exp $
#
DISTNAME= news-0.2
@@ -9,16 +9,12 @@ MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://www.netmeister.org/
COMMENT= System V news(1)
+USE_FEATURES= utimes
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/news ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/news.1 ${PREFIX}/${PKGMANDIR}/man1/
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Interix"
-. include "../../pkgtools/libnbcompat/inplace.mk" # utimes()
-.endif
-
.include "../../mk/bsd.pkg.mk"