summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-03 12:55:08 +0000
committerasau <asau@pkgsrc.org>2012-10-03 12:55:08 +0000
commitb89680320c369768271fcb63086606bf5aec05d5 (patch)
treee7cc06115ae8822644dda9c74e5e35b0598c2eb9 /lang/mawk
parentafd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff)
downloadpkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'lang/mawk')
-rw-r--r--lang/mawk/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile
index 5ec3626e345..d221b8e3cf3 100644
--- a/lang/mawk/Makefile
+++ b/lang/mawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/10/02 20:11:45 asau Exp $
+# $NetBSD: Makefile,v 1.26 2012/10/03 12:58:34 asau Exp $
#
DISTNAME= mawk-1.3.4-20100625
@@ -17,7 +17,6 @@ INSTALLATION_DIRS= ${PKGMANDIR}/man1
GNU_CONFIGURE= yes
TEST_TARGET= mawk_test fpe_test
-PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"