summaryrefslogtreecommitdiff
path: root/sysutils/mtools
diff options
context:
space:
mode:
authoragc <agc>1998-04-22 11:05:01 +0000
committeragc <agc>1998-04-22 11:05:01 +0000
commite09c1537bf733bbc3a53f925aeeaca53451caeed (patch)
tree7c704a40be51eaf840514a005b30e0743cf59645 /sysutils/mtools
parentac56527150123346e534f3f675b991e082642a3d (diff)
downloadpkgsrc-e09c1537bf733bbc3a53f925aeeaca53451caeed.tar.gz
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk
Diffstat (limited to 'sysutils/mtools')
-rw-r--r--sysutils/mtools/Makefile4
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"