diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
commit | 435a0b7e977f7b76984d5066fef5d327719b9a6f (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /cross/h8300-hms-gcc | |
parent | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (diff) | |
download | pkgsrc-435a0b7e977f7b76984d5066fef5d327719b9a6f.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'cross/h8300-hms-gcc')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 542aa09a78a..7b039c6220d 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2012/01/02 01:25:25 dholland Exp $ +# $NetBSD: Makefile,v 1.27 2012/10/03 00:10:30 asau Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -18,8 +18,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= #empty COMMENT= GCC compiler for h8300-hms -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= cross-h8300-hms-binutils-[0-9]*:../../cross/h8300-hms-binutils H8300_PREFIX= ${LOCALBASE}/libexec/cross-h8300-hms |