Use full path to package files; pointed out by Iain Hibbert in private mail.

This commit is contained in:
jmmv 2004-07-03 21:17:18 +00:00
parent 07067f35c1
commit 3b016bfc8d

View file

@ -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 DISTNAME= icewm-1.2.14
CATEGORIES= x11 wm CATEGORIES= x11 wm
@ -15,9 +15,9 @@ USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= # defined USE_PKGLOCALEDIR= # defined
BUILD_USES_MSGFMT= # defined BUILD_USES_MSGFMT= # defined
DISTINFO_FILE= ${.CURDIR}/../icewm/distinfo DISTINFO_FILE= ${.CURDIR}/../../wm/icewm/distinfo
FILESDIR= ${.CURDIR}/../icewm/files FILESDIR= ${.CURDIR}/../../wm/icewm/files
PATCHDIR= ${.CURDIR}/../icewm/patches PATCHDIR= ${.CURDIR}/../../wm/icewm/patches
CONFIGURE_ARGS+= --enable-gradients CONFIGURE_ARGS+= --enable-gradients
CONFIGURE_ARGS+= --enable-antialiasing CONFIGURE_ARGS+= --enable-antialiasing