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/hercules/Makefile | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'emulators/hercules/Makefile')
-rw-r--r-- | emulators/hercules/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 7b7f5964cee..a104a86b553 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/03/25 05:27:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2012/10/03 12:55:14 asau Exp $ DISTNAME= hercules-3.07 PKGREVISION= 1 @@ -10,8 +10,6 @@ HOMEPAGE= http://www.hercules-390.org/ COMMENT= S370 emulator LICENSE= qpl-v1.0 -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= hercules-images-[0-9]*:../../emulators/hercules-images AUTOCONF_REQD= 2.50 |