diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-13 13:10:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-13 13:10:19 +0000 |
commit | 952cbcde3bfaef0345e4dcde7d3b689d3ce8813a (patch) | |
tree | 0857c8e80ca7604144af9bf8f844fc0ba62c0e8e /devel/gtoolkit-examples | |
parent | f0bf3210eb9e330f5498cbc24d0b065c43e2dad7 (diff) | |
download | pkgsrc-952cbcde3bfaef0345e4dcde7d3b689d3ce8813a.tar.gz |
Set PATCHDIR to match DISTINFO_FILE.
Diffstat (limited to 'devel/gtoolkit-examples')
-rw-r--r-- | devel/gtoolkit-examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gtoolkit-examples/Makefile b/devel/gtoolkit-examples/Makefile index eafb5fd7517..db8ed132c15 100644 --- a/devel/gtoolkit-examples/Makefile +++ b/devel/gtoolkit-examples/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/25 22:17:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/05/13 13:10:19 wiz Exp $ # .include "../../x11/gtoolkit/Makefile.common" @@ -9,6 +9,7 @@ CATEGORIES= devel COMMENT= Objective-C examples for GToolKit DISTINFO_FILE= ${.CURDIR}/../../x11/gtoolkit/distinfo +PATCHDIR= ${.CURDIR}/../../x11/gtoolkit/patches BUILD_DIRS= ${WRKSRC}/Examples .include "../../x11/gtoolkit/buildlink3.mk" |