summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-07 21:38:01 +0000
committerjoerg <joerg>2009-02-07 21:38:01 +0000
commit3901956e85d42b4bdb11bc216952e7105c6bc9a2 (patch)
treefa6e6b5da6c13c18923c94b431bcb843da145014 /textproc
parent80f3eb7f177763903188967354f72ffd70aa7b38 (diff)
downloadpkgsrc-3901956e85d42b4bdb11bc216952e7105c6bc9a2.tar.gz
Fix build on newer NetBSD.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/vis/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/vis/Makefile b/textproc/vis/Makefile
index 3e3c8aae74e..b1c99e0cc5b 100644
--- a/textproc/vis/Makefile
+++ b/textproc/vis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2008/06/20 01:09:38 joerg Exp $
+# $NetBSD: Makefile,v 1.8 2009/02/07 21:38:01 joerg Exp $
#
DISTNAME= vis-0.1
@@ -10,9 +10,7 @@ COMMENT= Convert strings from/to a visual format
PKG_DESTDIR_SUPPORT= user-destdir
-MAKE_ENV+= BINOWN=${BINOWN:Q} BINGRP=${BINGRP:Q} \
- MANOWN=${MANOWN:Q} MANGRP=${MANGRP:Q}
-
+USE_BSD_MAKEFILE= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"