summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-05-08 21:08:53 +0000
committersnj <snj@pkgsrc.org>2004-05-08 21:08:53 +0000
commit11d56333b77a50bd76f124a8fa903b84c0422577 (patch)
tree4ee25c306429219de269540b3fe4fd8b269c85f0 /lang
parent3c13c6c91300c2a044a307419746905a9e0b9006 (diff)
downloadpkgsrc-11d56333b77a50bd76f124a8fa903b84c0422577.tar.gz
Set DISTINFO_FILE and PATCHDIR appropriately. Fixes PR pkg/25502.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl58-thread/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/perl58-thread/Makefile b/lang/perl58-thread/Makefile
index c8d2e03dac2..06c66ad832a 100644
--- a/lang/perl58-thread/Makefile
+++ b/lang/perl58-thread/Makefile
@@ -1,5 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/05/02 21:13:56 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2004/05/08 21:08:53 snj Exp $
PERL5_USE_THREADS= yes
+DISTINFO_FILE= ${.CURDIR}/../../lang/perl58/distinfo
+PATCHDIR= ${.CURDIR}/../../lang/perl58/patches
+
.include "../../lang/perl58/Makefile"