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!)
This commit is contained in:
Satoshi Asami 1995-07-23 22:32:44 +00:00
parent f1d9bac3c0
commit fe1573afc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2003
7 changed files with 7 additions and 28 deletions

View file

@ -3,7 +3,7 @@
# Date created: 22 November 1994 # Date created: 22 November 1994
# Whom: Satoshi Asami (asami) # 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 DISTNAME= mule-2.2
@ -41,8 +41,5 @@ post-install:
gzip -9nf ${PREFIX}/man/man1/coco.1 gzip -9nf ${PREFIX}/man/man1/coco.1
gzip -9nf ${PREFIX}/man/man1/m2ps.1 gzip -9nf ${PREFIX}/man/man1/m2ps.1
gzip -9nf ${PREFIX}/man/man1/mule.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> .include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 22 November 1994 # Date created: 22 November 1994
# Whom: Satoshi Asami (asami) # 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 DISTNAME= mule-2.2
@ -41,8 +41,5 @@ post-install:
gzip -9nf ${PREFIX}/man/man1/coco.1 gzip -9nf ${PREFIX}/man/man1/coco.1
gzip -9nf ${PREFIX}/man/man1/m2ps.1 gzip -9nf ${PREFIX}/man/man1/m2ps.1
gzip -9nf ${PREFIX}/man/man1/mule.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> .include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 22 November 1994 # Date created: 22 November 1994
# Whom: Satoshi Asami (asami) # Whom: Satoshi Asami (asami)
# #
# $Id: Makefile,v 1.19 1995/06/27 10:45:39 asami Exp $ # $Id: Makefile,v 1.20 1995/07/20 00:25:21 asami Exp $
# #
DISTNAME= mule-2.2 DISTNAME= mule-2.2
@ -47,8 +47,5 @@ post-install:
gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/etags.1
gzip -9nf ${PREFIX}/man/man1/m2ps.1 gzip -9nf ${PREFIX}/man/man1/m2ps.1
gzip -9nf ${PREFIX}/man/man1/mule.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> .include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 22 November 1994 # Date created: 22 November 1994
# Whom: Satoshi Asami (asami) # 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 DISTNAME= mule-2.2
@ -49,8 +49,5 @@ post-install:
gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/etags.1
gzip -9nf ${PREFIX}/man/man1/m2ps.1 gzip -9nf ${PREFIX}/man/man1/m2ps.1
gzip -9nf ${PREFIX}/man/man1/mule.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> .include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 22 November 1994 # Date created: 22 November 1994
# Whom: Satoshi Asami (asami) # 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 DISTNAME= mule-2.2
@ -49,8 +49,5 @@ post-install:
gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/etags.1
gzip -9nf ${PREFIX}/man/man1/m2ps.1 gzip -9nf ${PREFIX}/man/man1/m2ps.1
gzip -9nf ${PREFIX}/man/man1/mule.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> .include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 22 November 1994 # Date created: 22 November 1994
# Whom: Satoshi Asami (asami) # 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 DISTNAME= mule-2.2
@ -49,8 +49,5 @@ post-install:
gzip -9nf ${PREFIX}/man/man1/etags.1 gzip -9nf ${PREFIX}/man/man1/etags.1
gzip -9nf ${PREFIX}/man/man1/m2ps.1 gzip -9nf ${PREFIX}/man/man1/m2ps.1
gzip -9nf ${PREFIX}/man/man1/mule.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> .include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 22 November 1994 # Date created: 22 November 1994
# Whom: Satoshi Asami (asami) # 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 DISTNAME= mule-2.2
@ -41,8 +41,5 @@ post-install:
gzip -9nf ${PREFIX}/man/man1/coco.1 gzip -9nf ${PREFIX}/man/man1/coco.1
gzip -9nf ${PREFIX}/man/man1/m2ps.1 gzip -9nf ${PREFIX}/man/man1/m2ps.1
gzip -9nf ${PREFIX}/man/man1/mule.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> .include <bsd.port.mk>