diff options
author | asau <asau> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-28 06:30:00 +0000 |
commit | 53b267d9a5f8578c36667f3165bd0b116cc8e255 (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/midori | |
parent | 75871b258b3cd1415361277bc1c79bdf48f8747a (diff) | |
download | pkgsrc-53b267d9a5f8578c36667f3165bd0b116cc8e255.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/midori')
-rw-r--r-- | www/midori/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 959b03f3554..592ec476959 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2012/10/11 14:55:38 drochner Exp $ +# $NetBSD: Makefile,v 1.51 2012/10/28 06:30:22 asau Exp $ DISTNAME= midori-0.4.7 CATEGORIES= www @@ -13,7 +13,6 @@ HAS_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake intltool msgfmt pkg-config -PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --prefix=${PREFIX:Q} CHECK_PORTABILITY_SKIP+= win32/x86-mingw32-opensuse/install.sh |