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/gnome-pkgview | |
parent | 734fbfa8d4872b772a57d6b2dd24f032406cda48 (diff) | |
download | pkgsrc-3d48b4c2985507f97d8649437b36250d0d4ba562.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'sysutils/gnome-pkgview')
-rw-r--r-- | sysutils/gnome-pkgview/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile index ae494974385..c2251aacad9 100644 --- a/sysutils/gnome-pkgview/Makefile +++ b/sysutils/gnome-pkgview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2012/10/08 23:02:25 adam Exp $ +# $NetBSD: Makefile,v 1.47 2012/10/23 19:51:04 asau Exp $ # DISTNAME= gnome-pkgview-1.0.6 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.greatnorthern.demon.co.uk/gnome-pkgview.html COMMENT= Displays the version of GNOME components installed -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= intltool msgfmt pkg-config GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes |