diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-07-03 21:17:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-07-03 21:17:18 +0000 |
commit | 3b016bfc8da9e1fa0d8bf608e2af968cd654aaf6 (patch) | |
tree | 48ad01e396731723035eb5d7553c5f9b39d9d71c /wm/icewm | |
parent | 07067f35c13fb0149fbaedd2709cd93a31e89660 (diff) | |
download | pkgsrc-3b016bfc8da9e1fa0d8bf608e2af968cd654aaf6.tar.gz |
Use full path to package files; pointed out by Iain Hibbert in private mail.
Diffstat (limited to 'wm/icewm')
-rw-r--r-- | wm/icewm/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
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 |