From dc5616a4890beb4ba481affb76b8b63b6f1c9ea6 Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 3 Jul 2004 21:17:18 +0000 Subject: Use full path to package files; pointed out by Iain Hibbert in private mail. --- wm/icewm/Makefile.common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wm/icewm') diff --git a/wm/icewm/Makefile.common b/wm/icewm/Makefile.common index 6ff146846dc..15fc9d4dd62 100644 --- a/wm/icewm/Makefile.common +++ b/wm/icewm/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.35 2004/07/02 19:25:16 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.36 2004/07/03 21:17:18 jmmv Exp $ DISTNAME= icewm-1.2.14 CATEGORIES= x11 wm @@ -15,9 +15,9 @@ USE_PKGINSTALL= yes USE_PKGLOCALEDIR= # defined BUILD_USES_MSGFMT= # defined -DISTINFO_FILE= ${.CURDIR}/../icewm/distinfo -FILESDIR= ${.CURDIR}/../icewm/files -PATCHDIR= ${.CURDIR}/../icewm/patches +DISTINFO_FILE= ${.CURDIR}/../../wm/icewm/distinfo +FILESDIR= ${.CURDIR}/../../wm/icewm/files +PATCHDIR= ${.CURDIR}/../../wm/icewm/patches CONFIGURE_ARGS+= --enable-gradients CONFIGURE_ARGS+= --enable-antialiasing -- cgit v1.2.3