summaryrefslogtreecommitdiff
path: root/mail/incm
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 /mail/incm
parent04b96c22b176a8925e7d97a770e4caabd4eb8f56 (diff)
downloadpkgsrc-e61b45ba0c4e39a0749d225bb740e02dc55f8b1d.tar.gz
Convert to use the features framework.
Diffstat (limited to 'mail/incm')
-rw-r--r--mail/incm/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/incm/Makefile b/mail/incm/Makefile
index f0015e9e46c..13f51bd6f2d 100644
--- a/mail/incm/Makefile
+++ b/mail/incm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/09/06 21:51:53 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2007/09/08 21:57:58 jlam Exp $
#
DISTNAME= incm-0.5
@@ -11,6 +11,7 @@ COMMENT= Tool to get mail from mbox file or maildir
CONFLICTS= mew-[0-9]*
+USE_FEATURES= utimes
GNU_CONFIGURE= YES
INSTALLATION_DIRS= bin
@@ -18,10 +19,4 @@ INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/incm ${PREFIX}/bin/
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Interix"
-. include "../../pkgtools/libnbcompat/inplace.mk" # utimes()
-.endif
-
.include "../../mk/bsd.pkg.mk"