diff options
author | agc <agc> | 1998-04-22 11:05:01 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-22 11:05:01 +0000 |
commit | 85e71b358f29ed1f1eeef26ae6d1033c54e4217f (patch) | |
tree | 7c704a40be51eaf840514a005b30e0743cf59645 /sysutils | |
parent | fefaee8d82eb5cc271f5eb1b3dc1e9e43877e4a9 (diff) | |
download | pkgsrc-85e71b358f29ed1f1eeef26ae6d1033c54e4217f.tar.gz |
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index fb2f80acf4b..165dbe06b82 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/17 09:37:25 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/22 11:05:04 agc Exp $ # DISTNAME= mtools-3.8 @@ -17,6 +17,6 @@ MAN1= mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 \ mread.1 mren.1 mtoolstest.1 mtools.1 mtype.1 mwrite.1 mzip.1 MAN5= mtools.5 -INFO_FILES= mtools +INFO_FILES= mtools.info .include "../../mk/bsd.pkg.mk" |