diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/netsurf | |
parent | 7921180beeb1b652f54dd21818789c08d8102ba1 (diff) | |
download | pkgsrc-6d2a5eb0194403a26ecfc1ccd2d02c7ca7875bfb.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/netsurf')
-rw-r--r-- | www/netsurf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 183a6c44312..86a99324bb9 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/12 14:36:29 cheusov Exp $ +# $NetBSD: Makefile,v 1.25 2012/10/28 06:30:23 asau Exp $ # DISTNAME= netsurf-1.2-src @@ -14,8 +14,6 @@ COMMENT= Web browser for RISC OS and UNIX-like platforms BUILD_DEPENDS+= lemon>=1.0:../../devel/lemon BUILD_DEPENDS+= re2c>=0.12:../../devel/re2c -PKG_DESTDIR_SUPPORT= user-destdir - # current codebase needs strndup NOT_FOR_PLATFORM= NetBSD-[0-3]*-* |