summaryrefslogtreecommitdiff
path: root/x11-clocks/xalarm/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-02-18 10:09:08 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-02-18 10:09:08 +0000
commitb85e96f1418a4fc4fa6c2c8ae320f89583844857 (patch)
treefe4f544025ca5f9f070837d12b42d212dc7679eb /x11-clocks/xalarm/Makefile
parentActivate freewais-sf. (diff)
Style police.
Bug fixes.
Notes
Notes: svn path=/head/; revision=5681
Diffstat (limited to '')
-rw-r--r--x11-clocks/xalarm/Makefile4
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>