PREFIX != LOCALBASE

ok landry@
This commit is contained in:
okan 2008-07-16 17:45:23 +00:00
parent b37ba83e19
commit 04d2b544c8
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2008/07/09 20:47:16 okan Exp $
# $OpenBSD: Makefile,v 1.4 2008/07/16 17:45:23 okan Exp $
COMMENT= tiling window management for the console
DISTNAME= dvtm-0.4.1
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= misc
HOMEPAGE= http://www.brain-dump.org/projects/dvtm/

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-config_mk,v 1.2 2008/07/09 20:40:23 okan Exp $
$OpenBSD: patch-config_mk,v 1.3 2008/07/16 17:45:23 okan Exp $
--- config.mk.orig Sat May 10 12:39:01 2008
+++ config.mk Wed Jul 9 11:39:41 2008
@@ -3,19 +3,19 @@ VERSION = 0.4.1
@ -7,7 +7,7 @@ $OpenBSD: patch-config_mk,v 1.2 2008/07/09 20:40:23 okan Exp $
-PREFIX = /usr/local
-MANPREFIX = ${PREFIX}/share/man
+PREFIX = ${LOCALBASE}
+#PREFIX = /usr/local
+MANPREFIX = ${PREFIX}/man
-INCS = -I. -I/usr/include -I/usr/local/include