Files
pkgsrc-ng/time/projclock/patches/patch-aa
2016-01-21 23:40:00 +01:00

29 lines
643 B
Plaintext

$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