pkgsrc/time/projclock/patches/patch-aa
mef 8ba69d5015 (pkgsrc)
- Add LICENSE (gnu-gpl-v1)
 - Add comment on patches (mainly from cvs log)
(upstream)
 - Update 0.7 to 0.9
-------------
 Tue Sep  6 08:52:43 EST 2005
   projclock.tcl
    - changed name from Project Clock to WorkerTimer due to trademark issue

Wed Mar 17 08:40:14 EST 2004
   projclock.tcl
    - some tidying up of window behaviour
    - fixed problem with custom summary when pclock dir has spaces in name
2014-12-04 04:28:36 +00:00

28 lines
643 B
Text

$NetBSD: patch-aa,v 1.3 2014/12/04 04:28:36 mef Exp $
Install directories and tools
--- Makefile 2001/01/24 03:22:10 1.7
+++ Makefile 2014-12-04 12:25:54.000000000 +0900
@@ -38,20 +38,16 @@
# User Configurable
#
INSTALL_PREFIX=
-PREFIX=/usr/local
-#PREFIX=/pkgs/proj-clock-$(VERSION)
BINDIR=$(PREFIX)/bin
LIBDIR=$(PREFIX)/lib/pclock
-DOCDIR=$(PREFIX)/doc/pclock
+DOCDIR=$(PREFIX)/share/doc/pclock
WISHX=wishx
-#WISHX=wish
TCLSH=tclsh
#
# Needed Programs
#
#INSTALL=ginstall # Must be GNU install compatible
-INSTALL=install # Must be GNU install compatible
TAR=tar # Must be GNU Tar
ZIP=zip # Must be GNU Tar
SED=sed