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/g95 | |
parent | 68693d896ab18ec8714e7123f906cabe4ff98b1c (diff) | |
download | pkgsrc-03b2363e06490a335548301fb31e1f444a8a0d82.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'lang/g95')
-rw-r--r-- | lang/g95/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile index f68a0198489..46155216905 100644 --- a/lang/g95/Makefile +++ b/lang/g95/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/07/21 22:01:17 dholland Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/02 20:11:39 asau Exp $ DISTNAME= g95_source VERSION= 0.92 @@ -16,8 +16,6 @@ MAINTAINER= wennmach@NetBSD.org HOMEPAGE= http://www.g95.org/ COMMENT= Fortran 95 compiler from g95.org -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= YES USE_TOOLS+= gmake gtar WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |