diff options
author | mat <mat@FreeBSD.org> | 2003-08-29 00:04:22 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-08-29 00:04:22 +0800 |
commit | d162cd20a219ec6ecf3e48c08c3f8b569ea0d39c (patch) | |
tree | 3932af474ec5cc619a9816a4ed62ceed929eb258 /security | |
parent | 3586dd3eb93b07cf69e177565cf7ff607d3bf915 (diff) | |
download | freebsd-ports-gnome-d162cd20a219ec6ecf3e48c08c3f8b569ea0d39c.tar.gz freebsd-ports-gnome-d162cd20a219ec6ecf3e48c08c3f8b569ea0d39c.tar.zst freebsd-ports-gnome-d162cd20a219ec6ecf3e48c08c3f8b569ea0d39c.zip |
Unbreak INDEX
Pointy Hat To: demon
Diffstat (limited to 'security')
-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} |