mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- Register conflicts for trn
- Pet portlint while here Submitted by: Sulev-Madis 'ketas' Silber <madis555@hot.ee>
This commit is contained in:
parent
95aa209404
commit
8c560ec4ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299289
@ -16,6 +16,8 @@ COMMENT= Threaded Read News newsreader
|
||||
|
||||
RUN_DEPENDS= munpack:${PORTSDIR}/converters/mpack
|
||||
|
||||
CONFLICTS_INSTALL=trn-4.[0-9]*
|
||||
|
||||
WRKSRC= ${WRKDIR}/trn-3.6
|
||||
MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1
|
||||
|
||||
|
@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-test/}
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= Version 4.0 of the threaded readnews newsreader
|
||||
|
||||
CONFLICTS_INSTALL=trn-3.[0-9]* inn-[0-9]* cnews-* s-news-[0-9]*
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
MAN1= trn.1 Pnews.1 Rnmail.1
|
||||
|
||||
@ -21,13 +23,13 @@ MAN1= trn.1 Pnews.1 Rnmail.1
|
||||
|
||||
pre-configure:
|
||||
@${ECHO_MSG} "===> Running pre-configure target for ${DISTNAME}"
|
||||
@${SED} -e "s:__CC__:$(CC):" -e "s:__CFLAGS__:$(CFLAGS):" \
|
||||
-e "s:/PREFIX:$(PREFIX):" ${SCRIPTDIR}/preconf > \
|
||||
@${SED} -e "s:__CC__:${CC}:" -e "s:__CFLAGS__:${CFLAGS}:" \
|
||||
-e "s:/PREFIX:${PREFIX}:" ${SCRIPTDIR}/preconf > \
|
||||
${WRKDIR}/preconf.new
|
||||
.ifdef BATCH
|
||||
@echo 3 | sh ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC}
|
||||
@${ECHO_CMD} 3 | ${SH} ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC}
|
||||
.else
|
||||
@sh ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC}
|
||||
@${SH} ${WRKDIR}/preconf.new ${PORTSDIR} ${.CURDIR} ${WRKSRC}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user