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 | 35781118dae0a529ebcee393d3c68ef97cb68425 (patch) | |
tree | e745e40d3fc7ac39bb63af1637f565d095f15eec /x11/xbindkeys | |
parent | b1d35eea1fe0e0d33f8981b2dab1c7e92dcaae94 (diff) | |
download | pkgsrc-35781118dae0a529ebcee393d3c68ef97cb68425.tar.gz |
It's DISTINFO_FILE, but PATCHDIR. Fix another bug that happened because
of this inconsistency.
Diffstat (limited to 'x11/xbindkeys')
-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 |