summaryrefslogtreecommitdiff
path: root/editors/mule-common/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-23 22:32:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-23 22:32:44 +0000
commitfe1573afc7a6e262f016b03818f8c6ed7cc40da6 (patch)
tree2222325a45bdaf705c39fa7348474d3acb28ed8e /editors/mule-common/Makefile
parentUpgrade 2.4.1 -> 2.4.2 (diff)
Remove redundant mkdir of share/emacs/site-lisp from post-install.
The internal install rule already creates all the site-lisp directories! Pointed-out by: me (not asami!)
Notes
Notes: svn path=/head/; revision=2003
Diffstat (limited to 'editors/mule-common/Makefile')
-rw-r--r--editors/mule-common/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index 8064b2f6f5f9..ccc6f6c051c6 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.19 1995/06/27 10:45:31 asami Exp $
+# $Id: Makefile,v 1.20 1995/07/20 00:25:14 asami Exp $
#
DISTNAME= mule-2.2
@@ -41,8 +41,5 @@ post-install:
gzip -9nf ${PREFIX}/man/man1/coco.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>