diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-18 23:40:36 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-18 23:40:36 +0000 |
commit | 82b60c645b8afe3b2be8514a0df96c39ba5dd151 (patch) | |
tree | 04ed0504131a61b2ef914b6db5b1b2ba14329d55 /news/newspost/Makefile | |
parent | 3ccde8385e946ba09170b5dbf8503357b7d9686a (diff) |
* Update to 2.1.
* Convert COMMENT.
PR: 48272
Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
* Honor CC/CFLAGS.
Notes
Notes:
svn path=/head/; revision=75826
Diffstat (limited to 'news/newspost/Makefile')
-rw-r--r-- | news/newspost/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/news/newspost/Makefile b/news/newspost/Makefile index faa0448b5026..cf548ab3bab8 100644 --- a/news/newspost/Makefile +++ b/news/newspost/Makefile @@ -7,19 +7,15 @@ # PORTNAME= newspost -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= news MASTER_SITES= http://newspost.unixcab.org/download/ MAINTAINER= mich@freebsdcluster.org +COMMENT= Newspost is a full-featured USEnet binary autoposter -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} - -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e "s|^CC|#CC|g" \ - -e "s|^OPT_FLAGS|#OPT_FLAGS|g" ${WRKSRC}/Makefile +ALL_TARGET= main +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} @@ -30,6 +26,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README .endif -MAN1= newspost.1 +MAN1= newspost.1 .include <bsd.port.mk> |