diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 11 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 11 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 11 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 11 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 11 |
5 files changed, 40 insertions, 15 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 760ce206f8ef..b3a3c41b51b5 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.28 +# Version required: 19.29 # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1995/04/01 12:44:46 jkh Exp $ +# $Id: Makefile,v 1.14 1995/04/09 06:11:09 asami Exp $ # -DISTNAME= emacs-19.28 +DISTNAME= emacs-19.29 CATEGORIES+= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ @@ -15,4 +15,9 @@ USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} STRIP= +post-install: + gzip -9nf ${PREFIX}/man/man1/emacs.1 + gzip -9nf ${PREFIX}/man/man1/etags.1 + gzip -9nf ${PREFIX}/man/man1/ctags.1 + .include <bsd.port.mk> diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 760ce206f8ef..b3a3c41b51b5 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.28 +# Version required: 19.29 # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1995/04/01 12:44:46 jkh Exp $ +# $Id: Makefile,v 1.14 1995/04/09 06:11:09 asami Exp $ # -DISTNAME= emacs-19.28 +DISTNAME= emacs-19.29 CATEGORIES+= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ @@ -15,4 +15,9 @@ USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} STRIP= +post-install: + gzip -9nf ${PREFIX}/man/man1/emacs.1 + gzip -9nf ${PREFIX}/man/man1/etags.1 + gzip -9nf ${PREFIX}/man/man1/ctags.1 + .include <bsd.port.mk> diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 760ce206f8ef..b3a3c41b51b5 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.28 +# Version required: 19.29 # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1995/04/01 12:44:46 jkh Exp $ +# $Id: Makefile,v 1.14 1995/04/09 06:11:09 asami Exp $ # -DISTNAME= emacs-19.28 +DISTNAME= emacs-19.29 CATEGORIES+= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ @@ -15,4 +15,9 @@ USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} STRIP= +post-install: + gzip -9nf ${PREFIX}/man/man1/emacs.1 + gzip -9nf ${PREFIX}/man/man1/etags.1 + gzip -9nf ${PREFIX}/man/man1/ctags.1 + .include <bsd.port.mk> diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index 760ce206f8ef..b3a3c41b51b5 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.28 +# Version required: 19.29 # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1995/04/01 12:44:46 jkh Exp $ +# $Id: Makefile,v 1.14 1995/04/09 06:11:09 asami Exp $ # -DISTNAME= emacs-19.28 +DISTNAME= emacs-19.29 CATEGORIES+= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ @@ -15,4 +15,9 @@ USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} STRIP= +post-install: + gzip -9nf ${PREFIX}/man/man1/emacs.1 + gzip -9nf ${PREFIX}/man/man1/etags.1 + gzip -9nf ${PREFIX}/man/man1/ctags.1 + .include <bsd.port.mk> diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 760ce206f8ef..b3a3c41b51b5 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: GNU emacs -# Version required: 19.28 +# Version required: 19.29 # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1995/04/01 12:44:46 jkh Exp $ +# $Id: Makefile,v 1.14 1995/04/09 06:11:09 asami Exp $ # -DISTNAME= emacs-19.28 +DISTNAME= emacs-19.29 CATEGORIES+= editors MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ @@ -15,4 +15,9 @@ USE_GMAKE= yes CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} STRIP= +post-install: + gzip -9nf ${PREFIX}/man/man1/emacs.1 + gzip -9nf ${PREFIX}/man/man1/etags.1 + gzip -9nf ${PREFIX}/man/man1/ctags.1 + .include <bsd.port.mk> |