diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 05:46:51 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 05:46:51 +0800 |
commit | 44240a404b89201d4fb550470ee589dab3d4d5bc (patch) | |
tree | e0e10e3a45fb996535a4c77aa686f1b3d24efb6a /www | |
parent | b036946869787fd622cd7d6ffd6933a720f82b41 (diff) | |
download | freebsd-ports-gnome-44240a404b89201d4fb550470ee589dab3d4d5bc.tar.gz freebsd-ports-gnome-44240a404b89201d4fb550470ee589dab3d4d5bc.tar.zst freebsd-ports-gnome-44240a404b89201d4fb550470ee589dab3d4d5bc.zip |
remove blank line and PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-modules/Makefile | 2 | ||||
-rw-r--r-- | www/p5-CGI-modules/pkg-descr | 1 | ||||
-rw-r--r-- | www/p5-CGI/Makefile | 2 | ||||
-rw-r--r-- | www/p5-CGI/pkg-descr | 1 |
4 files changed, 2 insertions, 4 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/ - diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index e23e94960958..998cce28e788 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/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/pkg-descr b/www/p5-CGI/pkg-descr index a14c2f54033b..db19ef4d69eb 100644 --- a/www/p5-CGI/pkg-descr +++ b/www/p5-CGI/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/ - |