diff options
author | asau <asau> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 12:55:08 +0000 |
commit | bf8e73fd10749c842f784fe13fab96162c0d5f22 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /emulators/aranym | |
parent | 0dff04393792bbde9512b3f6d77ab00a0c706b84 (diff) | |
download | pkgsrc-bf8e73fd10749c842f784fe13fab96162c0d5f22.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/aranym')
-rw-r--r-- | emulators/aranym/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index a94ca3518e1..8e4112ada2b 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/06/14 22:37:34 sbd Exp $ +# $NetBSD: Makefile,v 1.26 2012/10/03 12:55:09 asau Exp $ # DISTNAME= aranym_0.9.13.orig @@ -14,8 +14,6 @@ HOMEPAGE= http://aranym.sourceforge.net/ COMMENT= Atari Running on Any Machine LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} AUTOCONF_REQD= 2..50 |