diff options
author | asami <asami@FreeBSD.org> | 2001-06-01 00:16:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-06-01 00:16:54 +0800 |
commit | 8deef40561228b4f93639124f8deac318b34b407 (patch) | |
tree | 39329c7293a3258132d33b440939cec4def2d8e9 /www/p5-Apache-ASP | |
parent | 1af568aa8eebf3f1b2f1993a341de144d494460c (diff) | |
download | freebsd-ports-graphics-8deef40561228b4f93639124f8deac318b34b407.tar.gz freebsd-ports-graphics-8deef40561228b4f93639124f8deac318b34b407.tar.zst freebsd-ports-graphics-8deef40561228b4f93639124f8deac318b34b407.zip |
Typo (PORTS_DIR -> PORTSDIR).
Diffstat (limited to 'www/p5-Apache-ASP')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index 342e99f0dd6..5681e6f6e8d 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Apache/Filter.pm:${P ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTS_DIR}/devel/p5-Time-HiRes + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes PERL_CONFIGURE= yes |