diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-23 22:32:44 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-23 22:32:44 +0000 |
commit | fe1573afc7a6e262f016b03818f8c6ed7cc40da6 (patch) | |
tree | 2222325a45bdaf705c39fa7348474d3acb28ed8e /japanese/mule-wnn7 | |
parent | f1d9bac3c029576aa204a2c84589a530ebbff06f (diff) | |
download | ports-fe1573afc7a6e262f016b03818f8c6ed7cc40da6.tar.gz ports-fe1573afc7a6e262f016b03818f8c6ed7cc40da6.zip |
Notes
Diffstat (limited to 'japanese/mule-wnn7')
-rw-r--r-- | japanese/mule-wnn7/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/japanese/mule-wnn7/Makefile b/japanese/mule-wnn7/Makefile index 5d4373c9a183..6c603788a3bf 100644 --- a/japanese/mule-wnn7/Makefile +++ b/japanese/mule-wnn7/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.19 1995/06/27 10:45:42 asami Exp $ +# $Id: Makefile,v 1.20 1995/07/20 00:25:25 asami Exp $ # DISTNAME= mule-2.2 @@ -49,8 +49,5 @@ post-install: gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/m2ps.1 gzip -9nf ${PREFIX}/man/man1/mule.1 - if [ ! -d ${PREFIX}/share/emacs/site-lisp ]; then \ - mkdir -p ${PREFIX}/share/emacs/site-lisp ]; \ - fi .include <bsd.port.mk> |