diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 20:11:34 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 20:11:34 +0000 |
commit | 03b2363e06490a335548301fb31e1f444a8a0d82 (patch) | |
tree | 70a00b8f60d7401066bef0246bd055b4efc68dae /lang/gcc45 | |
parent | 68693d896ab18ec8714e7123f906cabe4ff98b1c (diff) | |
download | pkgsrc-03b2363e06490a335548301fb31e1f444a8a0d82.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'lang/gcc45')
-rw-r--r-- | lang/gcc45/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 3da2ab50aef..3d17c034e2d 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/06/08 15:42:29 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/02 20:11:41 asau Exp $ DISTNAME= gcc-${GCC_VERSION} PKGNAME= gcc45-${GCC_VERSION} @@ -12,8 +12,6 @@ HOMEPAGE= http://gcc.gnu.org/ COMMENT= GNU Compiler Collection 4.5 LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3 -PKG_DESTDIR_SUPPORT= user-destdir - USE_TOOLS+= awk:run bash:run chmod gmake:run makeinfo sed:run GCC_VERSION= 4.5.3 |