diff options
author | hubertf <hubertf> | 1998-02-01 02:20:59 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-01 02:20:59 +0000 |
commit | 602c2f1c13d05c877d0ee3c9a1c56d1bc7f9f40f (patch) | |
tree | ffd0884e947bc3dd48509f9bfdd93f43eed5e90b /sysutils | |
parent | 30607b4751857eb431c071642b04426a9fbd5886 (diff) | |
download | pkgsrc-602c2f1c13d05c877d0ee3c9a1c56d1bc7f9f40f.tar.gz |
fix up info-handling (depends, use our install-info)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mtools/Makefile | 8 | ||||
-rw-r--r-- | sysutils/mtools/pkg/PLIST | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index 93bee04f02a..afb329717b8 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -4,7 +4,7 @@ # Whom: is # # -# $NetBSD: Makefile,v 1.2 1998/01/22 18:01:19 is Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/01 02:20:59 hubertf Exp $ # DISTNAME= mtools-3.6 @@ -12,6 +12,9 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} #MASTER_SITES= ftp://ftp.cs.uni-bonn.de/pub/gnu/ +BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo +RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo + MAINTAINER= is@netbsd.org HAS_CONFIGURE= yes @@ -24,4 +27,7 @@ MAN1= mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 \ MAN5= mtools.5 +post-install: + ${PREFIX}/bin/install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir + .include <bsd.port.mk> diff --git a/sysutils/mtools/pkg/PLIST b/sysutils/mtools/pkg/PLIST index 6533c079f86..bc185e806b2 100644 --- a/sysutils/mtools/pkg/PLIST +++ b/sysutils/mtools/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/01/22 15:44:44 is Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/02/01 02:21:00 hubertf Exp $ bin/mattrib bin/mcd bin/mcopy @@ -29,10 +29,10 @@ bin/xcopy bin/mcomp bin/lz bin/mkmanifest -@unexec install-info --delete %D/info/mtools.info %D/info/dir +@unexec %D/bin/install-info --delete %D/info/mtools.info %D/info/dir info/mtools.info @exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir -@exec install-info %D/info/mtools.info %D/info/dir +@exec %D/bin/install-info %D/info/mtools.info %D/info/dir man/man1/mattrib.1 man/man1/mbadblocks.1 man/man1/mcd.1 |