diff options
Diffstat (limited to 'time/projclock/patches/patch-aa')
-rw-r--r-- | time/projclock/patches/patch-aa | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/time/projclock/patches/patch-aa b/time/projclock/patches/patch-aa index 429e9fcaed2..1352e935948 100644 --- a/time/projclock/patches/patch-aa +++ b/time/projclock/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/05/09 12:22:41 agc Exp $ +$NetBSD: patch-aa,v 1.2 2003/05/02 15:10:43 agc Exp $ --- Makefile 2001/01/24 03:22:10 1.7 +++ Makefile 2002/05/09 11:54:49 -@@ -35,13 +35,13 @@ +@@ -35,20 +35,20 @@ # User Configurable # INSTALL_PREFIX= @@ -20,3 +20,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2002/05/09 12:22:41 agc Exp $ TCLSH=tclsh # + # Needed Programs + # + #INSTALL=ginstall # Must be GNU install compatible +-INSTALL=install # Must be GNU install compatible ++#INSTALL=install # Must be GNU install compatible + TAR=tar # Must be GNU Tar + SED=sed + |