diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-19 12:29:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-19 12:29:15 +0000 |
commit | 52e744485f3425b80e078d825f22c9180a06b0d0 (patch) | |
tree | 14c252920bb2982398fa1fe9afa32ab4eebb50db | |
parent | 7247d7369d410285444f7168c846a315d850b84a (diff) | |
download | pkgsrc-52e744485f3425b80e078d825f22c9180a06b0d0.tar.gz |
When setting DISTINFO_FILE, also set PATCHDIR.
-rw-r--r-- | sysutils/GWLib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/GWLib/Makefile b/sysutils/GWLib/Makefile index 0fb9c879353..5f65ede6a3b 100644 --- a/sysutils/GWLib/Makefile +++ b/sysutils/GWLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/13 13:53:13 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2003/09/19 12:29:15 wiz Exp $ # .include "../../sysutils/gworkspace/Makefile.common" @@ -9,5 +9,6 @@ COMMENT= GWorkspace support library BUILD_DIRS= ${WRKSRC}/GWLib DISTINFO_FILE= ${.CURDIR}/../gworkspace/distinfo +PATCHDIR= ${.CURDIR}/../gworkspace/patches .include "../../mk/bsd.pkg.mk" |