diff options
author | asami <asami@FreeBSD.org> | 1997-07-17 10:38:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-17 10:38:15 +0000 |
commit | fb813f8f90038a1ff5e88aaf00b9734dd49b191d (patch) | |
tree | b6d1a683fd92bb3c1f7b41dddcccdb96a5b90799 /editors | |
parent | fe8f6ff061650cb7820b039e4ad4d3e24837f355 (diff) | |
download | FreeBSD-ports-fb813f8f90038a1ff5e88aaf00b9734dd49b191d.zip FreeBSD-ports-fb813f8f90038a1ff5e88aaf00b9734dd49b191d.tar.gz |
Make this port a little more portlint-clean.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 6 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 6 | ||||
-rw-r--r-- | editors/emacs20/Makefile | 6 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 6 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 6 |
5 files changed, 20 insertions, 10 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index a3e1006..5b5444b 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/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 diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index a3e1006..5b5444b 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 diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index a3e1006..5b5444b 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/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 diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index a3e1006..5b5444b 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/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 diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index a3e1006..5b5444b 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/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 |