diff options
author | asau <asau> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 12:55:08 +0000 |
commit | 07c4d0bc506727fe418de3fd71e8e36b84a246f6 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /emulators/spim/Makefile | |
parent | 340275d60b3ca70334ed37d36241102889ac0c7a (diff) | |
download | pkgsrc-07c4d0bc506727fe418de3fd71e8e36b84a246f6.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/spim/Makefile')
-rw-r--r-- | emulators/spim/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 13e6ab5c74d..400b711c1a1 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2012/05/03 09:55:29 obache Exp $ +# $NetBSD: Makefile,v 1.43 2012/10/03 12:55:18 asau Exp $ DISTNAME= spim-8.0 PKGREVISION= 1 @@ -10,8 +10,6 @@ HOMEPAGE= http://spimsimulator.sourceforge.net/ COMMENT= MIPS R2000 Simulator LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - HAS_CONFIGURE= yes CONFIGURE_DIRS= xspim BUILD_DIRS= spim xspim |