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/nighthawk | |
parent | fc5134da534a2bb0d6abe253586560feac255755 (diff) | |
download | pkgsrc-be1d975017207368335b2d11fd5544de5dd96799.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'games/nighthawk')
-rw-r--r-- | games/nighthawk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index e9c981ef827..bc4521ca9db 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2009/06/14 20:31:11 rillig Exp $ +# $NetBSD: Makefile,v 1.39 2012/10/06 11:54:48 asau Exp $ # DISTNAME= nighthawk-2.1 @@ -15,8 +15,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jsno.arafuraconnect.com.au/proj_linux/nighthawk.html COMMENT= C64 Paradroid clone -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/nighthawk USE_TOOLS+= gmake pax USE_LANGUAGES= c c++ |