diff options
author | will <will@FreeBSD.org> | 2000-06-17 10:37:15 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-17 10:37:15 +0800 |
commit | 6dd7168cddcf03645b7b524d0eaec762ba4a5c26 (patch) | |
tree | dde5ee054b255f449dc09b875bfef1cb678c4d3e /news | |
parent | 09860925596143f36628cd7f462f54e90412d7ae (diff) | |
download | freebsd-ports-gnome-6dd7168cddcf03645b7b524d0eaec762ba4a5c26.tar.gz freebsd-ports-gnome-6dd7168cddcf03645b7b524d0eaec762ba4a5c26.tar.zst freebsd-ports-gnome-6dd7168cddcf03645b7b524d0eaec762ba4a5c26.zip |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-NNTPClient/Makefile | 10 | ||||
-rw-r--r-- | news/p5-News-Article/Makefile | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/news/p5-NNTPClient/Makefile b/news/p5-NNTPClient/Makefile index bdd371701af6..2aa138ae2c65 100644 --- a/news/p5-NNTPClient/Makefile +++ b/news/p5-NNTPClient/Makefile @@ -5,18 +5,16 @@ # $FreeBSD$ # -PORTNAME= p5-NNTPClient +PORTNAME= NNTPClient PORTVERSION= 0.36 CATEGORIES= news perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= News -DISTNAME= NNTPClient-${PORTVERSION} +PKGNAMEPREFIX= p5- MAINTAINER= ade@FreeBSD.org -USE_PERL5= YES - -.include <bsd.port.pre.mk> +USE_PERL5= yes MAN3= News::NNTPClient.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} @@ -24,4 +22,4 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index ac1478ad3041..7dc2626a0192 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -5,12 +5,14 @@ # $FreeBSD$ # -PORTNAME= p5-News-Article +PORTNAME= News-Article PORTVERSION= 1.21 CATEGORIES= news perl5 MASTER_SITES= http://www.erlenstar.demon.co.uk/perl/ \ http://www.gelemna.org/ports/ -DISTNAME= News-Article-1.21 +PKGNAMEPREFIX= p5- + +BROKEN= unfetchable distfile MAINTAINER= croyle@gelemna.org |