diff options
author | dholland <dholland@pkgsrc.org> | 2008-09-07 01:59:26 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-09-07 01:59:26 +0000 |
commit | 474eedef3c65baacb8c3d2bf31a301e11bb9079d (patch) | |
tree | 5e46b04b2399be0992548aa571eeada154cab6d6 /lang/g95/Makefile | |
parent | e4218a856a190fe1515645598e68329f4cce4f7f (diff) | |
download | pkgsrc-474eedef3c65baacb8c3d2bf31a301e11bb9079d.tar.gz |
Add some bits to the previous commit's destdir support, so install now
works consistently. Should fix broken bulk builds.
Update PLIST accordingly && PKGREVISION++.
Diffstat (limited to 'lang/g95/Makefile')
-rw-r--r-- | lang/g95/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/g95/Makefile b/lang/g95/Makefile index 919612a67a1..00f131e77f9 100644 --- a/lang/g95/Makefile +++ b/lang/g95/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2008/09/07 01:33:51 dholland Exp $ +# $NetBSD: Makefile,v 1.7 2008/09/07 01:59:26 dholland Exp $ DISTNAME= g95_source VERSION= 0.91 PKGNAME= g95-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang EXTRACT_SUFX.g95_source= .tgz DIST_SUBDIR= ${PKGNAME_NOREV} |