From 82b60c645b8afe3b2be8514a0df96c39ba5dd151 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 18 Feb 2003 23:40:36 +0000 Subject: * Update to 2.1. * Convert COMMENT. PR: 48272 Submitted by: Michael L.Hostbaek * Honor CC/CFLAGS. --- news/newspost/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'news/newspost/Makefile') 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 -- cgit v1.2.3