summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-04-15 10:38:15 +0000
committeragc <agc@pkgsrc.org>1998-04-15 10:38:15 +0000
commit258b808c9f6f683ca8810e74e4dce09adb0493fb (patch)
tree35307bbb1d53c1243684aaf33a30be9253e985bc /textproc
parent24d9d77786235d895f1e269ed5b2b85a91ef6987 (diff)
downloadpkgsrc-258b808c9f6f683ca8810e74e4dce09adb0493fb.tar.gz
Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile4
-rw-r--r--textproc/glimpse/Makefile9
-rw-r--r--textproc/ispell/Makefile9
-rw-r--r--textproc/par/Makefile9
-rw-r--r--textproc/rman/Makefile9
-rw-r--r--textproc/unroff/Makefile9
6 files changed, 12 insertions, 37 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 229377765f3..c7ca016acfb 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1998/03/31 13:07:02 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:50 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp
#
@@ -22,4 +22,4 @@
SUBDIR += unroff
# SUBDIR += wdiff
-.include <bsd.port.subdir.mk>
+.include "../mk/bsd.pkg.subdir.mk"
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile
index 9028e759e58..6873bf83ea5 100644
--- a/textproc/glimpse/Makefile
+++ b/textproc/glimpse/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: glimpse
-# Version required: 3.6
-# Date created: 25 August 1996
-# Whom: chuckr@freebsd.org
-#
-# $NetBSD: Makefile,v 1.2 1997/10/30 01:40:32 hubertf Exp $
+# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:50 agc Exp $
# FreeBSD Id: Makefile,v 1.12 1997/07/17 19:29:07 andreas Exp
#
@@ -28,4 +23,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/glimpse
${INSTALL_PROGRAM} ${WRKSRC}/index/wgconvert ${PREFIX}/bin
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index d9f19d3d46d..9f6ff0cd98d 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: ispell
-# Version required: 3.1.20
-# Date created: 6 November 1994
-# Whom: jmz
-#
-# $NetBSD: Makefile,v 1.4 1998/02/22 00:14:35 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:50 agc Exp $
# FreeBSD Id: Makefile,v 1.21 1997/08/13 23:29:52 jmz Exp
#
@@ -60,4 +55,4 @@ french:
pre-install:
@${MKDIR} ${PREFIX}/share/emacs/site-lisp
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/par/Makefile b/textproc/par/Makefile
index 5e57e6988bc..0137971c94d 100644
--- a/textproc/par/Makefile
+++ b/textproc/par/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: Par
-# Version required: 1.50
-# Date created: 6 Aug 1997
-# Whom: mark@grondar.za
-#
-# $NetBSD: Makefile,v 1.2 1998/01/12 11:52:16 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:51 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/13 06:33:51 asami Exp
#
@@ -24,4 +19,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/par.1 ${PREFIX}/man/man1
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index 61f91411b83..d684071905d 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: rman
-# Version required: 3.0.4
-# Date created: 27 Dec 1994
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
-# $NetBSD: Makefile,v 1.5 1998/01/24 23:44:25 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:51 agc Exp $
# FreeBSD Id: Makefile,v 1.17 1997/12/08 15:45:27 tg Exp
#
@@ -21,4 +16,4 @@ MAN1= rman.1
post-install:
@strip ${PREFIX}/bin/rman
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile
index c6877113d2a..d3da350307e 100644
--- a/textproc/unroff/Makefile
+++ b/textproc/unroff/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: unroff
-# Version required: 1.0
-# Date created: 18 Feb 1996
-# Whom: Thomas Gellekum <tg@freebsd.org>
-#
-# $NetBSD: Makefile,v 1.2 1998/03/31 13:00:52 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:51 agc Exp $
# FreeBSD Id: Makefile,v 1.6 1997/04/27 00:11:48 asami Exp
#
@@ -42,4 +37,4 @@ pre-patch:
post-patch:
@(cd ${WRKSRC} && find . -name '*.orig' -print | xargs rm -f)
-.include <bsd.port.mk>
+.include "../../mk/bsd.pkg.mk"