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/swapd | |
parent | 734fbfa8d4872b772a57d6b2dd24f032406cda48 (diff) | |
download | pkgsrc-3d48b4c2985507f97d8649437b36250d0d4ba562.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/swapd')
-rw-r--r-- | sysutils/swapd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/swapd/Makefile b/sysutils/swapd/Makefile index 0ac1ea27944..94bdcae0da7 100644 --- a/sysutils/swapd/Makefile +++ b/sysutils/swapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/05/19 08:59:35 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/23 19:51:25 asau Exp $ # DISTNAME= swapd-1.0.3 @@ -13,8 +13,6 @@ LICENSE= gnu-gpl-v2 ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-* -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= gmake GNU_CONFIGURE= yes |