summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-03-24 18:53:57 +0000
committerheinz <heinz@pkgsrc.org>2007-03-24 18:53:57 +0000
commit18b256b5d46bcf28a4521adeee51509078291e57 (patch)
tree2d2c173691991c0f16482a8ae6f78172d872038f
parent3b9fd51eef20a3a05df750a489657279b10d0aef (diff)
downloadpkgsrc-18b256b5d46bcf28a4521adeee51509078291e57.tar.gz
Added DESTDIR support.
Stopped check-interpreter.mk from complaining again.
-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"