diff options
author | agc <agc@pkgsrc.org> | 1998-04-15 10:38:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-04-15 10:38:15 +0000 |
commit | 258b808c9f6f683ca8810e74e4dce09adb0493fb (patch) | |
tree | 35307bbb1d53c1243684aaf33a30be9253e985bc /shells | |
parent | 24d9d77786235d895f1e269ed5b2b85a91ef6987 (diff) | |
download | pkgsrc-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 'shells')
-rw-r--r-- | shells/Makefile | 4 | ||||
-rw-r--r-- | shells/bash2/Makefile | 9 | ||||
-rw-r--r-- | shells/es/Makefile | 9 | ||||
-rw-r--r-- | shells/rc/Makefile | 9 | ||||
-rw-r--r-- | shells/scsh/Makefile | 9 | ||||
-rw-r--r-- | shells/tcsh/Makefile | 9 | ||||
-rw-r--r-- | shells/zsh/Makefile | 9 |
7 files changed, 14 insertions, 44 deletions
diff --git a/shells/Makefile b/shells/Makefile index 450aa3ff6b0..72614efa4a3 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/02/09 00:54:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:47 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/01/03 00:40:55 max Exp # @@ -10,4 +10,4 @@ SUBDIR += tcsh SUBDIR += zsh -.include <bsd.port.subdir.mk> +.include "../mk/bsd.pkg.subdir.mk" diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index a76827cd48b..2cc0a70b2ae 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: bash -# Version required: 2.01 -# Date created: 21 August 1994 -# Whom: jkh -# -# $NetBSD: Makefile,v 1.4 1998/01/24 23:11:19 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:48 agc Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -50,4 +45,4 @@ post-install: ${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps .endif -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/shells/es/Makefile b/shells/es/Makefile index 6725f85c2bb..a876afc14ad 100644 --- a/shells/es/Makefile +++ b/shells/es/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: es -# Version required: 0.9a1 -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: erich@rrnet.com -# -# $NetBSD: Makefile,v 1.3 1998/01/24 23:13:23 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:48 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1996/11/18 11:39:46 asami Exp # @@ -17,4 +12,4 @@ MAINTAINER= erich@FreeBSD.org MANCOMPRESSED= yes MAN1= es.1 -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 45b2a8d7f45..67a6758ed52 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: rc -# Version required: 1.5b1 -# Date created: Sun Aug 13 12:36:14 CDT 1995 -# Whom: erich@rrnet.com -# -# $NetBSD: Makefile,v 1.5 1998/02/27 13:21:23 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:44 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:38 obrien Exp # @@ -18,4 +13,4 @@ NO_WRKSUBDIR= yes MANCOMPRESSED= yes MAN1= rc.1 history.1 -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index ce283931b0c..c67bd4b580e 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: scsh -# Version required: 0.5.1 -# Date created: Jul, 15, 1997 -# Whom: cracauer@cons.org "Martin Cracauer" -# -# $NetBSD: Makefile,v 1.4 1998/03/10 16:23:40 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:48 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp # @@ -31,4 +26,4 @@ post-install: ${RM} -f ${PREFIX}/share/doc/scsh ${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index a1f037bd704..80ad0b4aa0e 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: tcsh -# Version required: 6.07.02 -# Date created: 22 August 1994 -# Whom: jkh -# -# $NetBSD: Makefile,v 1.7 1998/03/07 21:24:23 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/15 10:38:48 agc Exp $ # FreeBSD Id: Makefile,v 1.17 1996/12/17 05:18:09 asami Exp # @@ -38,4 +33,4 @@ post-install: cd ${WRKSRC}; ${INSTALL_DATA} tcsh.greek.cat ${PREFIX}/share/nls/el_GR.ISO_8859-7/tcsh.cat ${ECHO} "updating /etc/shells"; ${CP} /etc/shells /etc/shells.bak; (grep -v ${PREFIX}/bin/tcsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/tcsh) >/etc/shells -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 90ce7decdfb..babdf4d7450 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: zsh -# Version required: 3.0.5 -# Date created: 11 Feb. 1995 -# Whom: torstenb -# -# $NetBSD: Makefile,v 1.5 1998/04/14 18:35:59 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/15 10:38:48 agc Exp $ # FreeBSD Id: Makefile,v 1.26 1997/09/26 08:23:14 torstenb Exp # @@ -43,4 +38,4 @@ post-install: fi @${PREFIX}/bin/install-info ${PREFIX}/info/zsh.info ${PREFIX}/info/dir -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |