diff options
author | asau <asau> | 2012-10-06 11:54:29 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-06 11:54:29 +0000 |
commit | 87af7fa2ce0839ead2a545134381cbb061c5b7f7 (patch) | |
tree | c5fd61842558a666d102559953843c889843d3a2 /games/puzzles | |
parent | 8ca39cc762df4b78b6101632bc65980d63d37dd5 (diff) | |
download | pkgsrc-87af7fa2ce0839ead2a545134381cbb061c5b7f7.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'games/puzzles')
-rw-r--r-- | games/puzzles/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/puzzles/Makefile b/games/puzzles/Makefile index eecb8218788..edd3e17d5d4 100644 --- a/games/puzzles/Makefile +++ b/games/puzzles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/10/02 17:11:04 tron Exp $ +# $NetBSD: Makefile,v 1.25 2012/10/06 11:54:50 asau Exp $ # DISTNAME= puzzles-r9455 @@ -13,7 +13,6 @@ HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/puzzles/ COMMENT= Collection of small one-player puzzle games by Simon Tatham LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin share/doc/puzzles USE_TOOLS+= gmake pkg-config |