diff options
author | bouyer <bouyer@pkgsrc.org> | 1999-12-16 14:59:12 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 1999-12-16 14:59:12 +0000 |
commit | 89b994fc7226b75cd54b776fa56ce8d8715066b9 (patch) | |
tree | 26da20620b614e44ed6adf33355713995ecf78f4 /textproc/textutils/Makefile | |
parent | e5784c83fde7756c4fe77234166658412d27f87c (diff) | |
download | pkgsrc-89b994fc7226b75cd54b776fa56ce8d8715066b9.tar.gz |
Adapt to NetBSD
Diffstat (limited to 'textproc/textutils/Makefile')
-rw-r--r-- | textproc/textutils/Makefile | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile index 1d9ac095290..c6e7d274fab 100644 --- a/textproc/textutils/Makefile +++ b/textproc/textutils/Makefile @@ -1,17 +1,12 @@ -# New ports collection makefile for: textutils -# Version required: 2.0 -# Date created: 14 May 1998 -# Whom: Adrian Wontroba <aw1@stade.co.uk> -# -# $FreeBSD: ports/textproc/textutils/Makefile,v 1.7 1999/09/18 17:46:30 steve Exp $ -# +# $NetBSD: Makefile,v 1.2 1999/12/16 14:59:12 bouyer Exp $ +# FreeBSD Id: ports/textproc/textutils/Makefile,v 1.7 1999/09/18 17:46:30 steve Exp DISTNAME= textutils-2.0 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= textutils +MASTER_SITES= ${MASTER_SITE_GNU:=textutils/} -MAINTAINER= aw1@stade.co.uk +MAINTAINER= bouyer@netbsd.org +HOMEPAGE= http://www.gnu.org/software/textutils/textutils.html GNU_CONFIGURE= yes @@ -19,13 +14,7 @@ CONFIGURE_ARGS= --program-prefix=g USE_GMAKE= yes -MAN1= gcomm.1 gcsplit.1 gcut.1 gexpand.1 gfmt.1 ghead.1 \ - gjoin.1 gmd5sum.1 gnl.1 gpaste.1 gpr.1 gsort.1 \ - gptx.1 gsum.1 gtac.1 gtail.1 gtr.1 guniq.1 \ - gtsort.1 gwc.1 gcat.1 gcksum.1 gfold.1 god.1 \ - gsplit.1 gunexpand.1 - post-install: install-info ${PREFIX}/info/textutils.info ${PREFIX}/info/dir -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |