summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorsnj <snj>2004-05-08 21:08:53 +0000
committersnj <snj>2004-05-08 21:08:53 +0000
commite3d00f2d8ce7883917bf749acee1d403985b20f4 (patch)
tree4ee25c306429219de269540b3fe4fd8b269c85f0 /lang
parentb8cefdc3ba9a4c2f1932741f55b5a144ec27e0d1 (diff)
downloadpkgsrc-e3d00f2d8ce7883917bf749acee1d403985b20f4.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"