diff options
author | asau <asau> | 2012-10-23 19:50:50 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-23 19:50:50 +0000 |
commit | 3d48b4c2985507f97d8649437b36250d0d4ba562 (patch) | |
tree | 7ee285aeaed7acbbe1f3c5cf0a367eb5369aafaa /sysutils/mktemp | |
parent | 734fbfa8d4872b772a57d6b2dd24f032406cda48 (diff) | |
download | pkgsrc-3d48b4c2985507f97d8649437b36250d0d4ba562.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/mktemp')
-rw-r--r-- | sysutils/mktemp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/mktemp/Makefile b/sysutils/mktemp/Makefile index f8b4b5b2135..35a4abecc6c 100644 --- a/sysutils/mktemp/Makefile +++ b/sysutils/mktemp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/11/28 00:06:17 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/23 19:51:13 asau Exp $ # DISTNAME= mktemp-1.7 @@ -11,8 +11,6 @@ HOMEPAGE= http://www.mktemp.org/ COMMENT= Small program for safe temporary file and directory creation LICENSE= isc -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |