diff options
author | asau <asau@pkgsrc.org> | 2012-10-06 11:54:29 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-06 11:54:29 +0000 |
commit | be1d975017207368335b2d11fd5544de5dd96799 (patch) | |
tree | c5fd61842558a666d102559953843c889843d3a2 /games/xfrisk | |
parent | fc5134da534a2bb0d6abe253586560feac255755 (diff) | |
download | pkgsrc-be1d975017207368335b2d11fd5544de5dd96799.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'games/xfrisk')
-rw-r--r-- | games/xfrisk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index d8b02235915..1556fe9d7d4 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/02/05 00:02:47 dholland Exp $ +# $NetBSD: Makefile,v 1.28 2012/10/06 11:55:00 asau Exp $ # DISTNAME= xfrisk-1.2 @@ -14,8 +14,6 @@ COMMENT= X11 version of the classic Risk board game #LICENSE= gnu-gpl-v2 LICENSE+= generic-nonlicense -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/XFrisk USE_TOOLS+= gmake |