diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-28 16:04:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-08-28 16:04:22 +0000 |
commit | 5b6bc2bd8a95a78addcb53d194e7ec0d2660aee6 (patch) | |
tree | f9ac6e5a7e8fd43dda22e5e1ad6696d91857b688 /security/p5-Module-Signature | |
parent | bc87b054d0b1287ffb08ed7c9acbee9bb5025a14 (diff) |
Unbreak INDEX
Pointy Hat To: demon
Notes
Notes:
svn path=/head/; revision=87911
Diffstat (limited to 'security/p5-Module-Signature')
-rw-r--r-- | security/p5-Module-Signature/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Module-Signature/Makefile b/security/p5-Module-Signature/Makefile index 8950a2ded8ee..96802647f62c 100644 --- a/security/p5-Module-Signature/Makefile +++ b/security/p5-Module-Signature/Makefile @@ -17,7 +17,7 @@ COMMENT= Module signature file manipulation BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ - ${SITE_PERL}/PAR/Dist.pm:$PORTSDIR}/devel/p5-PAR-Dist \ + ${SITE_PERL}/PAR/Dist.pm:${PORTSDIR}/devel/p5-PAR-Dist \ ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg RUN_DEPENDS= ${BUILD_DEPENDS} |