diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-25 21:24:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-25 21:24:45 +0000 |
commit | d09f4f231344672d9c6c798f2fda8e00d1e0871a (patch) | |
tree | e745e40d3fc7ac39bb63af1637f565d095f15eec /x11 | |
parent | 56af7552075fa0a1620f2d98dfd81e2b52198b4b (diff) | |
download | pkgsrc-d09f4f231344672d9c6c798f2fda8e00d1e0871a.tar.gz |
It's DISTINFO_FILE, but PATCHDIR. Fix another bug that happened because
of this inconsistency.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xbindkeys/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xbindkeys/Makefile.common b/x11/xbindkeys/Makefile.common index 7736d9d0d15..69349939e46 100644 --- a/x11/xbindkeys/Makefile.common +++ b/x11/xbindkeys/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2003/09/17 15:08:35 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/09/25 21:24:45 wiz Exp $ # DISTNAME= xbindkeys-1.5.5 @@ -10,7 +10,7 @@ HOMEPAGE= http://hocwp.free.fr/xbindkeys/xbindkeys.html COMMENT= Launches shell commands with your keyboard or your mouse DISTINFO_FILE= ${.CURDIR}/../../x11/xbindkeys/distinfo -PATCH_DIR= ${.CURDIR}/../../x11/xbindkeys/patches +PATCHDIR= ${.CURDIR}/../../x11/xbindkeys/patches USE_BUILDLINK2= yes USE_X11= yes |