diff options
author | obache <obache> | 2008-01-01 14:23:44 +0000 |
---|---|---|
committer | obache <obache> | 2008-01-01 14:23:44 +0000 |
commit | 9ab6f71b00c8ac44eea1a5cb0ce1cda65c7a8bbf (patch) | |
tree | c68e737d2e19d1cfcb5b8cedd1debe5588e78576 /devel/fortran-utils | |
parent | 33e8048264f78523f487b0630164e0ab63029c24 (diff) | |
download | pkgsrc-9ab6f71b00c8ac44eea1a5cb0ce1cda65c7a8bbf.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 |