diff options
author | asami <asami@FreeBSD.org> | 1995-07-24 06:32:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-24 06:32:44 +0800 |
commit | 7b53c9a089fbc13f63f35946521706694d311eb0 (patch) | |
tree | 41c6a8ad455895da57f026f299874973fc55b1f6 /editors | |
parent | ff5ac9dd0820a06ce13e64affa4aa2838ba6ba00 (diff) | |
download | freebsd-ports-gnome-7b53c9a089fbc13f63f35946521706694d311eb0.tar.gz freebsd-ports-gnome-7b53c9a089fbc13f63f35946521706694d311eb0.tar.zst freebsd-ports-gnome-7b53c9a089fbc13f63f35946521706694d311eb0.zip |
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!)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mule-common/Makefile | 5 | ||||
-rw-r--r-- | editors/mule/Makefile | 5 |
2 files changed, 2 insertions, 8 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> diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 8064b2f6f5f9..ccc6f6c051c6 100644 --- a/editors/mule/Makefile +++ b/editors/mule/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> |