diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 23:53:15 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 23:53:15 +0000 |
commit | 4a65d89c89ebc170141bff349d80705838e30d93 (patch) | |
tree | 12419c6ada109d5bf55e0471f7902b16dfd25d90 /security/p5-Crypt-CBC | |
parent | f1c7f42776c45c26dafa9d9c3e9f43220a57a0d2 (diff) | |
download | FreeBSD-ports-4a65d89c89ebc170141bff349d80705838e30d93.zip FreeBSD-ports-4a65d89c89ebc170141bff349d80705838e30d93.tar.gz |
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'security/p5-Crypt-CBC')
-rw-r--r-- | security/p5-Crypt-CBC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-CBC/Makefile b/security/p5-Crypt-CBC/Makefile index f9a510f..4f45809 100644 --- a/security/p5-Crypt-CBC/Makefile +++ b/security/p5-Crypt-CBC/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= markm@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 RESTRICTED= "Crypto; export-controlled" |