diff options
author | joerg <joerg@pkgsrc.org> | 2011-09-29 14:46:22 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2011-09-29 14:46:22 +0000 |
commit | 2faddf2ec0b673cd60eafd50e312093f10334119 (patch) | |
tree | 6b30fe7195b725f417c572a877eb7687b2c670f6 /sysutils | |
parent | d43cc015b243384a837935f3930402394c3d2bbc (diff) | |
download | pkgsrc-2faddf2ec0b673cd60eafd50e312093f10334119.tar.gz |
GC redundant PKG_DESTDIR_SUPPORT.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-UPS-Nut/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/p5-UPS-Nut/Makefile b/sysutils/p5-UPS-Nut/Makefile index 0ac5915e24c..d4273abaf5f 100644 --- a/sysutils/p5-UPS-Nut/Makefile +++ b/sysutils/p5-UPS-Nut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/08/14 14:52:51 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/09/29 14:46:22 joerg Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -8,7 +8,6 @@ PKGNAME= ${DISTNAME:S/nut/p5-UPS-Nut/} COMMENT= Network UPS Tools perl binding PKGREVISION= 1 CATEGORIES= sysutils perl5 -PKG_DESTDIR_SUPPORT= user-destdir PATCHDIR= WRKSRC= ${WRKDIR}/${DISTNAME}/scripts/perl |