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 | 6fea5bcba5c06e189b223f1fe66f4d082553c5d6 (patch) | |
tree | c5fd61842558a666d102559953843c889843d3a2 /games/xdoom | |
parent | de2ccf95db7318f3961093540d45338112f87adc (diff) | |
download | pkgsrc-6fea5bcba5c06e189b223f1fe66f4d082553c5d6.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'games/xdoom')
-rw-r--r-- | games/xdoom/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile index abac990b9fd..4d0cd33f274 100644 --- a/games/xdoom/Makefile +++ b/games/xdoom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2010/02/22 22:13:09 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2012/10/06 11:55:00 asau Exp $ DISTNAME= linuxdoom-1.10 PKGNAME= xdoom-1.10 @@ -16,8 +16,6 @@ LICENSE= xdoom-license DEPENDS+= doom1-[0-9]*:../../games/doom1 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR} USE_X11BASE= yes USE_TOOLS+= gmake gunzip tar unzip |