diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /korean | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz |
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanemacs/Makefile | 5 | ||||
-rw-r--r-- | korean/hanemacs/pkg-plist | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile index 9516c72..6083f52 100644 --- a/korean/hanemacs/Makefile +++ b/korean/hanemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Mar 1998 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.3 1999/01/18 03:21:43 steve Exp $ +# $Id: Makefile,v 1.4 1999/03/08 07:28:27 asami Exp $ # DISTNAME= hanemacs-19.34b-1 @@ -36,9 +36,6 @@ post-install: .for file in hanemacs-19.34 emacsclient etags ctags b2m strip ${PREFIX}/bin/${file} .endfor - if [ ! -f ${PREFIX}/info/dir ]; then \ - ${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 message install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir .endfor diff --git a/korean/hanemacs/pkg-plist b/korean/hanemacs/pkg-plist index 1331704..2c8d711 100644 --- a/korean/hanemacs/pkg-plist +++ b/korean/hanemacs/pkg-plist @@ -101,7 +101,6 @@ info/viper-1 info/viper-2 info/viper-3 info/viper-4 -@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir @exec install-info %D/info/emacs %D/info/dir @exec install-info %D/info/vip %D/info/dir @exec install-info %D/info/viper %D/info/dir |