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/ntfsprogs | |
parent | 734fbfa8d4872b772a57d6b2dd24f032406cda48 (diff) | |
download | pkgsrc-3d48b4c2985507f97d8649437b36250d0d4ba562.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/ntfsprogs')
-rw-r--r-- | sysutils/ntfsprogs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index 0a2e0de94f1..b0b2f7797e4 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2011/12/03 03:40:45 sbd Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/23 19:51:15 asau Exp $ DISTNAME= ntfsprogs-2.0.0 PKGREVISION= 1 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.linux-ntfs.org/ COMMENT= Linux-NTFS project utilities for the Windows NT Filesystem -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |