diff options
-rw-r--r-- | editors/e93/Makefile | 10 | ||||
-rw-r--r-- | editors/emacs/Makefile | 8 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 8 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 8 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 8 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 8 | ||||
-rw-r--r-- | editors/joe-devel/Makefile | 8 | ||||
-rw-r--r-- | editors/joe/Makefile | 8 | ||||
-rw-r--r-- | editors/joe2/Makefile | 8 | ||||
-rw-r--r-- | editors/mule-common/Makefile | 8 | ||||
-rw-r--r-- | editors/mule/Makefile | 8 | ||||
-rw-r--r-- | editors/vile/Makefile | 8 | ||||
-rw-r--r-- | editors/xvile/Makefile | 8 | ||||
-rw-r--r-- | textproc/coco/Makefile | 8 |
14 files changed, 31 insertions, 83 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 6386e54..cf7f7a6 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 eae5815..69ae004 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 eae5815..69ae004 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 eae5815..69ae004 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 eae5815..69ae004 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 eae5815..69ae004 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 94428e4..58c28e9 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 94428e4..58c28e9 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 94428e4..58c28e9 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 406103d..5ec9100 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 406103d..5ec9100 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 3fb14cb..5615437 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 507ed01..501c6ae 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> diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 406103d..5ec9100 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/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> |