diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 21:46:51 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-20 21:46:51 +0000 |
commit | f44350f079ba13ebdabd91affaa5be297fd607fc (patch) | |
tree | ee833bb40b03bb09b34bcbb462a1414a3eb22de2 /www/p5-CGI-modules | |
parent | 82795ec8b0d35455ab762ae99ac7f1a03eda5633 (diff) | |
download | ports-f44350f079ba13ebdabd91affaa5be297fd607fc.tar.gz ports-f44350f079ba13ebdabd91affaa5be297fd607fc.zip |
remove blank line and PREFIX -> LOCALBASE (portlint)
Notes
Notes:
svn path=/head/; revision=26853
Diffstat (limited to 'www/p5-CGI-modules')
-rw-r--r-- | www/p5-CGI-modules/Makefile | 2 | ||||
-rw-r--r-- | www/p5-CGI-modules/pkg-descr | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-CGI-modules/Makefile b/www/p5-CGI-modules/Makefile index e23e94960958..998cce28e788 100644 --- a/www/p5-CGI-modules/Makefile +++ b/www/p5-CGI-modules/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= CGI MAINTAINER= jfitz@FreeBSD.org -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww USE_PERL5= YES diff --git a/www/p5-CGI-modules/pkg-descr b/www/p5-CGI-modules/pkg-descr index a14c2f54033b..db19ef4d69eb 100644 --- a/www/p5-CGI-modules/pkg-descr +++ b/www/p5-CGI-modules/pkg-descr @@ -9,4 +9,3 @@ Many examples of CGI scripts of various degrees of complexity can be found at: http://www-genome.wi.mit.edu/WWW/examples/Ch9/ - |