diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-22 07:53:15 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-22 07:53:15 +0800 |
commit | 4a65d89c89ebc170141bff349d80705838e30d93 (patch) | |
tree | 12419c6ada109d5bf55e0471f7902b16dfd25d90 | |
parent | f1c7f42776c45c26dafa9d9c3e9f43220a57a0d2 (diff) | |
download | freebsd-ports-gnome-4a65d89c89ebc170141bff349d80705838e30d93.tar.gz freebsd-ports-gnome-4a65d89c89ebc170141bff349d80705838e30d93.tar.zst freebsd-ports-gnome-4a65d89c89ebc170141bff349d80705838e30d93.zip |
PREFIX -> LOCALBASE (portlint)
-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 f9a510f118c0..4f458097319a 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" |