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/uae/Makefile | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/uae/Makefile')
-rw-r--r-- | emulators/uae/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 8fe9c2d0645..f4c35339044 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2012/10/02 17:10:59 tron Exp $ +# $NetBSD: Makefile,v 1.64 2012/10/03 12:55:19 asau Exp $ DISTNAME= uae-0.8.25 PKGREVISION= 15 @@ -9,7 +9,6 @@ MAINTAINER= kristerw@NetBSD.org HOMEPAGE= http://uae.coresystems.de/ COMMENT= The UAE Amiga Emulator -PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no USE_TOOLS+= gmake pkg-config unzip:run |