diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-28 11:58:47 +0000 |
commit | 2a37de7d11d8e6128dc59f6ecaef293a5d3c407c (patch) | |
tree | 9b57bf8c2c6de33d312b22aa420bb8850c649eff /lang/fort77/Makefile | |
parent | 80bb59e08c4ff1b56f6274837af80f5989279e8a (diff) | |
download | pkgsrc-2a37de7d11d8e6128dc59f6ecaef293a5d3c407c.tar.gz |
Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
Diffstat (limited to 'lang/fort77/Makefile')
-rw-r--r-- | lang/fort77/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile index 578d6c810f1..a981ae1e88d 100644 --- a/lang/fort77/Makefile +++ b/lang/fort77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/11/02 09:17:33 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2008/02/28 11:58:48 rillig Exp $ # DISTNAME= fort77-1.18 @@ -19,7 +19,7 @@ SUBST_FILES.perl= fort77 tests/test.pl SUBST_SED.perl= -e 's,/usr/bin/perl,${PERL5},' INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 -INSTALLATION_DIRS_FROM_PLIST= yes +AUTO_MKDIRS= yes .include "../../lang/f2c/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |