diff options
author | asau <asau> | 2012-10-29 05:06:05 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-29 05:06:05 +0000 |
commit | 675dcf5e0d7bf006cb0146e66e63890d704f6581 (patch) | |
tree | 2379812310e9345accaee1e306485260940238a4 /x11/XaoS/Makefile | |
parent | 9eb6e6e814a71b6213db2a874ab87aa18ed355c2 (diff) | |
download | pkgsrc-675dcf5e0d7bf006cb0146e66e63890d704f6581.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'x11/XaoS/Makefile')
-rw-r--r-- | x11/XaoS/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/XaoS/Makefile b/x11/XaoS/Makefile index 9b9801299ee..7b27d80e1d9 100644 --- a/x11/XaoS/Makefile +++ b/x11/XaoS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/07/30 01:19:15 dholland Exp $ +# $NetBSD: Makefile,v 1.34 2012/10/29 05:06:06 asau Exp $ # DISTNAME= xaos-3.5 @@ -10,7 +10,6 @@ HOMEPAGE= http://xaos.sourceforge.net/ COMMENT= Zoomable fractal rendering doodad LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= YES |