diff options
author | frueauf <frueauf> | 1998-02-10 21:46:46 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-10 21:46:46 +0000 |
commit | 69cd85746aa93c300c1d644d84263afaffee2618 (patch) | |
tree | edcf96610d1d0906635173fbfdd08321fe1f01ab /sysutils/mtools | |
parent | 8df42b8c17723874b009636202474c17e06ee732 (diff) | |
download | pkgsrc-69cd85746aa93c300c1d644d84263afaffee2618.tar.gz |
portlint: move MAINTAINER where it belongs.
Diffstat (limited to 'sysutils/mtools')
-rw-r--r-- | sysutils/mtools/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index afb329717b8..e621027825d 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -3,8 +3,7 @@ # Date created: 22 Jan 1998 # Whom: is # -# -# $NetBSD: Makefile,v 1.3 1998/02/01 02:20:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/02/10 21:46:46 frueauf Exp $ # DISTNAME= mtools-3.6 @@ -12,11 +11,11 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} #MASTER_SITES= ftp://ftp.cs.uni-bonn.de/pub/gnu/ +MAINTAINER= is@netbsd.org + 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 GNU_CONFIGURE= yes USE_GMAKE= yes |