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 | 779cfe1b0350306c1b52d83e0b3ecab95f2870ef (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /emulators/uae/Makefile | |
parent | e096c0af670997932b9c031bb5ff9b4223cef39b (diff) | |
download | pkgsrc-779cfe1b0350306c1b52d83e0b3ecab95f2870ef.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 |