summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 07:01:32 +0000
commit5223aa0ad27e00e4e2fed29a2ba90c7622dc94f1 (patch)
treec472404c33a2b370731640bb224f398b5385af86 /editors
parentConverted to MAN[1-9NL] (diff)
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4534
Diffstat (limited to 'editors')
-rw-r--r--editors/e93/Makefile10
-rw-r--r--editors/emacs/Makefile8
-rw-r--r--editors/emacs19/Makefile8
-rw-r--r--editors/emacs20/Makefile8
-rw-r--r--editors/emacs22/Makefile8
-rw-r--r--editors/emacs23/Makefile8
-rw-r--r--editors/joe-devel/Makefile8
-rw-r--r--editors/joe/Makefile8
-rw-r--r--editors/joe2/Makefile8
-rw-r--r--editors/mule-common/Makefile8
-rw-r--r--editors/mule/Makefile8
-rw-r--r--editors/vile/Makefile8
-rw-r--r--editors/xvile/Makefile8
13 files changed, 29 insertions, 77 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile
index 6386e541f01d..cf7f7a6dbda4 100644
--- a/editors/e93/Makefile
+++ b/editors/e93/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 June 1995
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.7 1996/09/11 04:11:57 asami Exp $
+# $Id: Makefile,v 1.8 1996/11/11 05:07:03 obrien Exp $
#
DISTNAME= e93-1.2r6X
@@ -21,11 +21,11 @@ IS_INTERACTIVE= yes # asks "ok?" about license
pre-install:
@/usr/bin/env PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL
do-install:
- mkdir -p ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93
+ ${MKDIR} ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93
(cd ${WRKSRC}; \
- install -c -s e93 ${PREFIX}/bin; \
- install -c .e93rc ${PREFIX}/lib/e93; \
- install -c LICENSE.TXT ${PREFIX}/share/doc/e93/LICENSE.TXT; \
+ ${INSTALL_PROGRAM} e93 ${PREFIX}/bin; \
+ ${INSTALL_DATA} .e93rc ${PREFIX}/lib/e93; \
+ ${INSTALL_DATA} LICENSE.TXT ${PREFIX}/share/doc/e93/LICENSE.TXT; \
)
.include <bsd.port.mk>
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index eae58157eb1b..69ae004bf139 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
+# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $
#
DISTNAME= emacs-19.34
@@ -14,13 +14,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
STRIP=
+MAN1= emacs.1 etags.1 ctags.1
post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/emacs.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
-.endif
for file in emacs-19.34 emacsclient etags ctags b2m; do \
strip ${PREFIX}/bin/$$file; \
done
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index eae58157eb1b..69ae004bf139 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
+# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $
#
DISTNAME= emacs-19.34
@@ -14,13 +14,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
STRIP=
+MAN1= emacs.1 etags.1 ctags.1
post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/emacs.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
-.endif
for file in emacs-19.34 emacsclient etags ctags b2m; do \
strip ${PREFIX}/bin/$$file; \
done
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index eae58157eb1b..69ae004bf139 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
+# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $
#
DISTNAME= emacs-19.34
@@ -14,13 +14,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
STRIP=
+MAN1= emacs.1 etags.1 ctags.1
post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/emacs.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
-.endif
for file in emacs-19.34 emacsclient etags ctags b2m; do \
strip ${PREFIX}/bin/$$file; \
done
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index eae58157eb1b..69ae004bf139 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
+# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $
#
DISTNAME= emacs-19.34
@@ -14,13 +14,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
STRIP=
+MAN1= emacs.1 etags.1 ctags.1
post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/emacs.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
-.endif
for file in emacs-19.34 emacsclient etags ctags b2m; do \
strip ${PREFIX}/bin/$$file; \
done
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index eae58157eb1b..69ae004bf139 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.22 1996/10/18 16:16:49 max Exp $
+# $Id: Makefile,v 1.23 1996/11/11 05:07:06 obrien Exp $
#
DISTNAME= emacs-19.34
@@ -14,13 +14,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit
STRIP=
+MAN1= emacs.1 etags.1 ctags.1
post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/emacs.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
-.endif
for file in emacs-19.34 emacsclient etags ctags b2m; do \
strip ${PREFIX}/bin/$$file; \
done
diff --git a/editors/joe-devel/Makefile b/editors/joe-devel/Makefile
index 94428e4f6e5a..58c28e987f11 100644
--- a/editors/joe-devel/Makefile
+++ b/editors/joe-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.1.1.1 1995/07/05 15:08:49 torstenb Exp $
+# $Id: Makefile,v 1.2 1996/06/11 21:55:48 asami Exp $
#
DISTNAME= joe2.8
@@ -14,10 +14,6 @@ EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}/joe
ALL_TARGET= joe
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/joe.1
-.endif
+MAN1= joe.1
.include <bsd.port.mk>
diff --git a/editors/joe/Makefile b/editors/joe/Makefile
index 94428e4f6e5a..58c28e987f11 100644
--- a/editors/joe/Makefile
+++ b/editors/joe/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.1.1.1 1995/07/05 15:08:49 torstenb Exp $
+# $Id: Makefile,v 1.2 1996/06/11 21:55:48 asami Exp $
#
DISTNAME= joe2.8
@@ -14,10 +14,6 @@ EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}/joe
ALL_TARGET= joe
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/joe.1
-.endif
+MAN1= joe.1
.include <bsd.port.mk>
diff --git a/editors/joe2/Makefile b/editors/joe2/Makefile
index 94428e4f6e5a..58c28e987f11 100644
--- a/editors/joe2/Makefile
+++ b/editors/joe2/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.1.1.1 1995/07/05 15:08:49 torstenb Exp $
+# $Id: Makefile,v 1.2 1996/06/11 21:55:48 asami Exp $
#
DISTNAME= joe2.8
@@ -14,10 +14,6 @@ EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}/joe
ALL_TARGET= joe
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/joe.1
-.endif
+MAN1= joe.1
.include <bsd.port.mk>
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index 406103d44a3f..5ec9100bb978 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.23 1996/08/16 09:43:31 asami Exp $
+# $Id: Makefile,v 1.24 1996/11/11 05:07:15 obrien Exp $
#
DISTNAME= mule-2.3
@@ -21,6 +21,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
--terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
+MAN1= coco.1 m2ps.1 mule.1
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
@@ -31,10 +32,5 @@ post-install:
strip ${PREFIX}/bin/coco
strip ${PREFIX}/bin/m2ps
strip ${PREFIX}/bin/mule-19.28
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/coco.1
- gzip -9nf ${PREFIX}/man/man1/m2ps.1
- gzip -9nf ${PREFIX}/man/man1/mule.1
-.endif
.include <bsd.port.mk>
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 406103d44a3f..5ec9100bb978 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.23 1996/08/16 09:43:31 asami Exp $
+# $Id: Makefile,v 1.24 1996/11/11 05:07:15 obrien Exp $
#
DISTNAME= mule-2.3
@@ -21,6 +21,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
--terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
+MAN1= coco.1 m2ps.1 mule.1
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
@@ -31,10 +32,5 @@ post-install:
strip ${PREFIX}/bin/coco
strip ${PREFIX}/bin/m2ps
strip ${PREFIX}/bin/mule-19.28
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/coco.1
- gzip -9nf ${PREFIX}/man/man1/m2ps.1
- gzip -9nf ${PREFIX}/man/man1/mule.1
-.endif
.include <bsd.port.mk>
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 3fb14cbd4c9c..5615437b5c7b 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Jun 21, 1996
# Whom: pgf
#
-# $Id: Makefile,v 1.8 1996/10/18 09:25:47 max Exp $
+# $Id: Makefile,v 1.9 1996/11/11 05:07:32 obrien Exp $
#
DISTNAME= vile-6.1
@@ -14,10 +14,6 @@ MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
GNU_CONFIGURE= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/vile.1
-.endif
+MAN1= vile.1
.include <bsd.port.mk>
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 507ed01325e1..501c6aea88fd 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Jun 21, 1996
# Whom: pgf
#
-# $Id: Makefile,v 1.8 1996/10/09 09:22:18 max Exp $
+# $Id: Makefile,v 1.9 1996/11/11 05:07:53 obrien Exp $
#
DISTNAME= vile-6.1
@@ -16,10 +16,6 @@ MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-screen=x11
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/xvile.1
-.endif
+MAN1= xvile.1
.include <bsd.port.mk>