summaryrefslogtreecommitdiff
path: root/mail/p5-razor-agents
diff options
context:
space:
mode:
authorheinz <heinz>2007-03-24 18:53:57 +0000
committerheinz <heinz>2007-03-24 18:53:57 +0000
commit2fad6c1d26930e103435449e7f7ccb5ff6ca6a71 (patch)
tree2d2c173691991c0f16482a8ae6f78172d872038f /mail/p5-razor-agents
parent414809a8f7f012120cefebf3fe4b5dd36bbad1d0 (diff)
downloadpkgsrc-2fad6c1d26930e103435449e7f7ccb5ff6ca6a71.tar.gz
Added DESTDIR support.
Stopped check-interpreter.mk from complaining again.
Diffstat (limited to 'mail/p5-razor-agents')
-rw-r--r--mail/p5-razor-agents/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile
index 9551222f48c..777a9cda4a2 100644
--- a/mail/p5-razor-agents/Makefile
+++ b/mail/p5-razor-agents/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/07/15 12:38:39 heinz Exp $
+# $NetBSD: Makefile,v 1.24 2007/03/24 18:53:57 heinz Exp $
DISTNAME= razor-agents-2.82
PKGNAME= p5-${DISTNAME}
@@ -18,9 +18,10 @@ DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/razor-agents/.packlist
-CHECK_INTERPRETER_SKIP+=${PERL5_INSTALLVENDORARCH}/Razor2/*
+CHECK_INTERPRETER_SKIP+=${PERL5_SUB_INSTALLVENDORARCH}/Razor2/*
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"