diff --git a/misc/dvtm/Makefile b/misc/dvtm/Makefile index 04c712c81df..e0b6b958f3e 100644 --- a/misc/dvtm/Makefile +++ b/misc/dvtm/Makefile @@ -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/ diff --git a/misc/dvtm/patches/patch-config_mk b/misc/dvtm/patches/patch-config_mk index 22309c9aa51..4a1fdb17ad1 100644 --- a/misc/dvtm/patches/patch-config_mk +++ b/misc/dvtm/patches/patch-config_mk @@ -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