diff options
author | wiz <wiz> | 2004-05-13 13:10:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-05-13 13:10:19 +0000 |
commit | ac3841d4a90679cd4fcbeda561b293f8e64d3480 (patch) | |
tree | 0857c8e80ca7604144af9bf8f844fc0ba62c0e8e /devel/gtoolkit-examples | |
parent | 5a1f4935fc08f1074211865523f7738587ea29fa (diff) | |
download | pkgsrc-ac3841d4a90679cd4fcbeda561b293f8e64d3480.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" |