diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 23:37:52 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-01 23:37:52 +0000 |
commit | e6dfd3605e3815f9691bb4122527c71bb76923d9 (patch) | |
tree | f541ac035489b2a4af9eafb22f2f7eb4ecfb0bd9 /x11-clocks/emiclock | |
parent | 8881cfd9af30d5636fcb9b1e591ef85f71fa1027 (diff) | |
download | ports-e6dfd3605e3815f9691bb4122527c71bb76923d9.tar.gz ports-e6dfd3605e3815f9691bb4122527c71bb76923d9.zip |
Notes
Diffstat (limited to 'x11-clocks/emiclock')
-rw-r--r-- | x11-clocks/emiclock/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-clocks/emiclock/Makefile b/x11-clocks/emiclock/Makefile index 6e9c265f84a2..d3cd5de9c580 100644 --- a/x11-clocks/emiclock/Makefile +++ b/x11-clocks/emiclock/Makefile @@ -3,7 +3,7 @@ # Date created: 15 March 1995 # Whom: Nobuhiro Yasutomi # -# $Id: Makefile,v 1.11 1998/09/21 01:39:09 steve Exp $ +# $Id: Makefile,v 1.12 1998/09/22 22:32:07 asami Exp $ # DISTNAME= emiclock-1.0.4 @@ -21,8 +21,8 @@ EMICLOCKDIR= $(X11BASE)/lib/X11/EmiClock COPYRIGHTS= COPYRIGHT COPYRIGHT.en pre-install: - @if [ ! -d $(EMICLOCKDIR) ] ; then mkdir -p $(EMICLOCKDIR); fi - @if [ ! -d $(LANGDIR) ] ; then mkdir -p $(LANGDIR); fi + @if [ ! -d $(EMICLOCKDIR) ] ; then ${MKDIR} $(EMICLOCKDIR); fi + @if [ ! -d $(LANGDIR) ] ; then ${MKDIR} $(LANGDIR); fi cd $(WRKSRC); install -c -m 0444 $(LANGRES) $(LANGDIR)/EmiClock cd $(WRKSRC); install -c -m 0444 $(COPYRIGHTS) $(EMICLOCKDIR) # cd $(WRKSRC); make install.man |