diff options
author | obache <obache@pkgsrc.org> | 2008-01-01 14:23:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-01 14:23:44 +0000 |
commit | dafe03cb567f03ea02e899780e53725f814a5b33 (patch) | |
tree | c68e737d2e19d1cfcb5b8cedd1debe5588e78576 /devel/fortran-utils | |
parent | 55d54e400564c21969e5236b9c185fb7b4d3669f (diff) | |
download | pkgsrc-dafe03cb567f03ea02e899780e53725f814a5b33.tar.gz |
*MODE are also passed by framework automatically now.
Diffstat (limited to 'devel/fortran-utils')
-rw-r--r-- | devel/fortran-utils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/fortran-utils/Makefile b/devel/fortran-utils/Makefile index 5a9c33f4817..f537e364eb1 100644 --- a/devel/fortran-utils/Makefile +++ b/devel/fortran-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/12/31 08:05:41 obache Exp $ +# $NetBSD: Makefile,v 1.14 2008/01/01 14:28:13 obache Exp $ DISTNAME= fortran-utils-1.1 CATEGORIES= devel @@ -13,8 +13,6 @@ WRKSRC= ${WRKDIR}/fortran-utils USE_BSD_MAKEFILE= yes -MAKE_ENV+= BINMODE=${BINMODE} MANMODE=${MANMODE} - INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 PKG_DESTDIR_SUPPORT= user-destdir |