diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
commit | b89680320c369768271fcb63086606bf5aec05d5 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /emulators/gcube/Makefile | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/gcube/Makefile')
-rw-r--r-- | emulators/gcube/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile index f97de131d83..68b7ee51b15 100644 --- a/emulators/gcube/Makefile +++ b/emulators/gcube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/05/16 18:35:28 marino Exp $ +# $NetBSD: Makefile,v 1.19 2012/10/03 12:55:12 asau Exp $ # DISTNAME= gcube-0.4-src @@ -13,7 +13,6 @@ HOMEPAGE= http://gcube.exemu.net/ COMMENT= Opensource Nintendo GameCube(TM) emulator PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/0.4 |