Lines 7-21
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= newspost |
9 |
PORTNAME= newspost |
10 |
PORTVERSION= 2.0 |
10 |
PORTVERSION= 2.1 |
11 |
CATEGORIES= news |
11 |
CATEGORIES= news |
12 |
MASTER_SITES= http://newspost.unixcab.org/download/ |
12 |
MASTER_SITES= http://newspost.unixcab.org/download/ |
13 |
|
13 |
|
14 |
MAINTAINER= mich@freebsdcluster.org |
14 |
MAINTAINER= mich@freebsdcluster.org |
|
|
15 |
COMMENT= Newspost is a full-featured USEnet binary autoposter |
15 |
|
16 |
|
16 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} |
17 |
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} |
17 |
|
18 |
|
18 |
USE_REINPLACE= yes |
19 |
USE_REINPLACE= yes |
19 |
|
20 |
|
20 |
post-patch: |
21 |
post-patch: |
21 |
@${REINPLACE_CMD} -e "s|^CC|#CC|g" \ |
22 |
@${REINPLACE_CMD} -e "s|^CC|#CC|g" \ |
Lines 30-35
Link Here
|
30 |
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README |
31 |
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README |
31 |
.endif |
32 |
.endif |
32 |
|
33 |
|
33 |
MAN1= newspost.1 |
34 |
MAN1= newspost.1 |
34 |
|
35 |
|
35 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.mk> |