diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-07-17 10:38:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-07-17 10:38:15 +0000 |
commit | abeb46a64d39c824ec35b131af804f881e08c590 (patch) | |
tree | db974589eba2829645817314f4a48d00415a281f /editors/emacs19 | |
parent | 5447310e508229ff1742d14d3f7ab4f330d99578 (diff) | |
download | ports-abeb46a64d39c824ec35b131af804f881e08c590.tar.gz ports-abeb46a64d39c824ec35b131af804f881e08c590.zip |
Notes
Diffstat (limited to 'editors/emacs19')
-rw-r--r-- | editors/emacs19/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index a3e1006986f0..5b5444b58a31 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -3,13 +3,15 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.27 1997/04/18 10:48:33 asami Exp $ +# $Id: Makefile,v 1.28 1997/05/20 10:25:09 asami Exp $ # DISTNAME= emacs-19.34b CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU} +MAINTAINER= ports@FreeBSD.ORG + WRKSRC= ${WRKDIR}/emacs-19.34 GNU_CONFIGURE= yes USE_GMAKE= yes @@ -22,7 +24,7 @@ post-install: strip ${PREFIX}/bin/${file} .endfor if [ ! -f ${PREFIX}/info/dir ]; then \ - sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi .for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir |