diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-18 10:09:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-18 10:09:08 +0000 |
commit | b85e96f1418a4fc4fa6c2c8ae320f89583844857 (patch) | |
tree | fe4f544025ca5f9f070837d12b42d212dc7679eb /x11-clocks | |
parent | e419ee5a78bcd57e552a8c1927845cde528f1f51 (diff) | |
download | ports-b85e96f1418a4fc4fa6c2c8ae320f89583844857.tar.gz ports-b85e96f1418a4fc4fa6c2c8ae320f89583844857.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xalarm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile index c004284c6674..68da2f959c3b 100644 --- a/x11-clocks/xalarm/Makefile +++ b/x11-clocks/xalarm/Makefile @@ -3,7 +3,7 @@ # Date created: 4 December 1996 # Whom: desmo@bandwidth.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/17 09:30:15 tg Exp $ # DISTNAME= xalarm-3.06 @@ -17,7 +17,7 @@ USE_IMAKE= yes IS_INTERACTIVE= yes pre-install: - cd ${WRKSRC} ; cp XAlarm.ad XAlarm-color.ad + (cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad) .include <bsd.port.mk> |