summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-07-04 20:09:51 +0000
committerthierry <thierry@FreeBSD.org>2006-07-04 20:09:51 +0000
commita7cc7d547edc83fdb9ccd911401fbc5a4ada3584 (patch)
tree2c2455250eac4b6eb58a4380d4cacc9ba19fd3ff /news
parentd0229608500ec1cf9c9c7c2a3140e94c455fba70 (diff)
downloadFreeBSD-ports-a7cc7d547edc83fdb9ccd911401fbc5a4ada3584.zip
FreeBSD-ports-a7cc7d547edc83fdb9ccd911401fbc5a4ada3584.tar.gz
- inn does not `make history' any more => do not perform history
database lookup when package building; - change my address; - pet portlint.
Diffstat (limited to 'news')
-rw-r--r--news/newsx/Makefile8
-rw-r--r--news/newsx/pkg-plist18
2 files changed, 16 insertions, 10 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile
index 4134d23..75da815 100644
--- a/news/newsx/Makefile
+++ b/news/newsx/Makefile
@@ -11,7 +11,7 @@ PORTREVISION= 2
CATEGORIES= news
MASTER_SITES= ftp://ftp.kvaleberg.com/pub/
-MAINTAINER= thierry@pompo.net
+MAINTAINER= thierry@FreeBSD.org
COMMENT= A program to fetch news from and post news to a remote NNTP server
.if defined(WITH_CNEWS)
@@ -20,6 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/news/lib/libcnews.a:${PORTSDIR}/news/cnews
BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn
.endif
+GNU_CONFIGURE= yes
+
CONFLICTS= leafnode-1.9.*
.if !defined(WITH_CNEWS)
@@ -28,6 +30,10 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/news/include"
.endif
.endif
+.if defined(PACKAGE_BUILDING)
+CONFIGURE_ARGS+= --without-history
+.endif
+
DOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO
post-patch:
diff --git a/news/newsx/pkg-plist b/news/newsx/pkg-plist
index eb7453b..ac7c428 100644
--- a/news/newsx/pkg-plist
+++ b/news/newsx/pkg-plist
@@ -1,14 +1,14 @@
bin/newsx
bin/newsq
-%%PORTDOCS%%share/doc/newsx/AUTHORS
-%%PORTDOCS%%share/doc/newsx/COPYING
-%%PORTDOCS%%share/doc/newsx/ChangeLog
-%%PORTDOCS%%share/doc/newsx/FAQ
-%%PORTDOCS%%share/doc/newsx/INSTALL
-%%PORTDOCS%%share/doc/newsx/NEWS
-%%PORTDOCS%%share/doc/newsx/README
-%%PORTDOCS%%share/doc/newsx/TODO
-%%PORTDOCS%%@dirrm share/doc/newsx
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/FAQ
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm news/spool/inhosts
@dirrmtry news/spool
@dirrmtry news
OpenPOWER on IntegriCloud