diff options
author | joerg <joerg@pkgsrc.org> | 2011-12-07 15:19:30 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-12-07 15:19:30 +0000 |
commit | 7af2137f825d6a7c2f54d3a0174f606c6a96bd0c (patch) | |
tree | 1cf760f7e87c3e9855024db9dbbb0c9c0e3b8323 /sysutils | |
parent | 9556bfbc322d044ea614fdb34250130d323c312e (diff) | |
download | pkgsrc-7af2137f825d6a7c2f54d3a0174f606c6a96bd0c.tar.gz |
Set PATCHDIR to a proper value
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-UPS-Nut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/p5-UPS-Nut/Makefile b/sysutils/p5-UPS-Nut/Makefile index d4273abaf5f..97797ac1385 100644 --- a/sysutils/p5-UPS-Nut/Makefile +++ b/sysutils/p5-UPS-Nut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/09/29 14:46:22 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2011/12/07 15:19:30 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -8,7 +8,7 @@ PKGNAME= ${DISTNAME:S/nut/p5-UPS-Nut/} COMMENT= Network UPS Tools perl binding PKGREVISION= 1 CATEGORIES= sysutils perl5 -PATCHDIR= +PATCHDIR= ${.CURDIR}/patches WRKSRC= ${WRKDIR}/${DISTNAME}/scripts/perl |