summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /shells
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile4
-rw-r--r--shells/bash1/Makefile4
-rw-r--r--shells/bash2/Makefile4
-rw-r--r--shells/bash3/Makefile4
-rw-r--r--shells/es/Makefile4
-rw-r--r--shells/pdksh/Makefile10
-rw-r--r--shells/tcsh/Makefile8
-rw-r--r--shells/zsh-devel/Makefile14
-rw-r--r--shells/zsh/Makefile14
9 files changed, 25 insertions, 41 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 220891c0745c..6bd552aea9fe 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -3,12 +3,12 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.15 1996/02/09 07:20:37 adam Exp $
+# $Id: Makefile,v 1.16 1996/08/28 15:21:00 ache Exp $
#
DISTNAME= bash-1.14.7
WRKSRC= ${WRKDIR}/bash-1.14.7
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
MAINTAINER= ache@FreeBSD.ORG
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 220891c0745c..6bd552aea9fe 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/Makefile
@@ -3,12 +3,12 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.15 1996/02/09 07:20:37 adam Exp $
+# $Id: Makefile,v 1.16 1996/08/28 15:21:00 ache Exp $
#
DISTNAME= bash-1.14.7
WRKSRC= ${WRKDIR}/bash-1.14.7
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
MAINTAINER= ache@FreeBSD.ORG
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 220891c0745c..6bd552aea9fe 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -3,12 +3,12 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.15 1996/02/09 07:20:37 adam Exp $
+# $Id: Makefile,v 1.16 1996/08/28 15:21:00 ache Exp $
#
DISTNAME= bash-1.14.7
WRKSRC= ${WRKDIR}/bash-1.14.7
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
MAINTAINER= ache@FreeBSD.ORG
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
index 220891c0745c..6bd552aea9fe 100644
--- a/shells/bash3/Makefile
+++ b/shells/bash3/Makefile
@@ -3,12 +3,12 @@
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.15 1996/02/09 07:20:37 adam Exp $
+# $Id: Makefile,v 1.16 1996/08/28 15:21:00 ache Exp $
#
DISTNAME= bash-1.14.7
WRKSRC= ${WRKDIR}/bash-1.14.7
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
MAINTAINER= ache@FreeBSD.ORG
diff --git a/shells/es/Makefile b/shells/es/Makefile
index 15c45c84380d..9ba10337aadb 100644
--- a/shells/es/Makefile
+++ b/shells/es/Makefile
@@ -3,12 +3,12 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.2 1995/10/28 20:32:00 erich Exp $
+# $Id: Makefile,v 1.3 1996/07/30 04:17:03 asami Exp $
#
DISTNAME= es-0.9-alpha1
PKGNAME= es-0.9a1
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
MAINTAINER= erich@FreeBSD.org
diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile
index 3e36587692bf..adfe60b8dbe1 100644
--- a/shells/pdksh/Makefile
+++ b/shells/pdksh/Makefile
@@ -3,20 +3,16 @@
# Date created: 23 May 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.14 1996/10/16 06:34:33 tg Exp $
+# $Id: Makefile,v 1.15 1996/11/05 08:11:34 tg Exp $
#
DISTNAME= pdksh-5.2.12
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/
MAINTAINER= tg@freebsd.org
GNU_CONFIGURE= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/ksh.1
-.endif
+MAN1= ksh.1
.include <bsd.port.mk>
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile
index e71f959714e6..4ca4f4bbc1d9 100644
--- a/shells/tcsh/Makefile
+++ b/shells/tcsh/Makefile
@@ -3,13 +3,15 @@
# Date created: 22 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.12 1995/10/11 10:28:59 jkh Exp $
+# $Id: Makefile,v 1.13 1996/05/01 01:33:55 ache Exp $
#
DISTNAME= tcsh-6.06
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://ee.cornell.edu/pub/tcsh/
+MAINTAINER= ache@FreeBSD.ORG
+
ALL_TARGET= all catalogs
INSTALL_TARGET= install install.man
@@ -25,6 +27,4 @@ post-install:
ln -sf ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_AT.ISO_8859-1/tcsh.cat
ln -sf ${PREFIX}/share/nls/de_DE.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/de_CH.ISO_8859-1/tcsh.cat
-MAINTAINER= ache@FreeBSD.ORG
-
.include <bsd.port.mk>
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile
index 168cca147301..133f60ea548b 100644
--- a/shells/zsh-devel/Makefile
+++ b/shells/zsh-devel/Makefile
@@ -3,12 +3,12 @@
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.20 1996/09/14 22:54:58 torstenb Exp $
+# $Id: Makefile,v 1.21 1996/11/15 12:51:59 torstenb Exp $
#
DISTNAME= zsh-3.0.1
PKGNAME= zsh-3.0.1
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \
ftp://ftp.sterling.com/zsh/ \
ftp://ftp.rge.com/pub/zsh/ \
@@ -21,13 +21,7 @@ MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
-.for man in zsh zshbuiltins zshcompctl zshexpn zshmisc zshoptions zshall \
- zshparam zshzle
- gzip -9nf ${PREFIX}/man/man1/${man}.1
-.endfor
-.endif
+MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
+ zshoptions.1 zshall.1 zshparam.1 zshzle.1
.include <bsd.port.mk>
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 168cca147301..133f60ea548b 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -3,12 +3,12 @@
# Date created: 11 Feb. 1995
# Whom: torstenb
#
-# $Id: Makefile,v 1.20 1996/09/14 22:54:58 torstenb Exp $
+# $Id: Makefile,v 1.21 1996/11/15 12:51:59 torstenb Exp $
#
DISTNAME= zsh-3.0.1
PKGNAME= zsh-3.0.1
-CATEGORIES+= shells
+CATEGORIES= shells
MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \
ftp://ftp.sterling.com/zsh/ \
ftp://ftp.rge.com/pub/zsh/ \
@@ -21,13 +21,7 @@ MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
-.for man in zsh zshbuiltins zshcompctl zshexpn zshmisc zshoptions zshall \
- zshparam zshzle
- gzip -9nf ${PREFIX}/man/man1/${man}.1
-.endfor
-.endif
+MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \
+ zshoptions.1 zshall.1 zshparam.1 zshzle.1
.include <bsd.port.mk>