View | Details | Raw Unified | Return to bug 14420
Collapse All | Expand All

(-)cnews-cr.g/Makefile (-1 / +13 lines)
Lines 44-49 Link Here
44
		mkhistory.8cn newsaux.8cn newsbatch.8cn newsmail.8cn \
44
		mkhistory.8cn newsaux.8cn newsbatch.8cn newsmail.8cn \
45
		newsmaint.8cn newsoverview.8 relaynews.8cn report.8cn \
45
		newsmaint.8cn newsoverview.8 relaynews.8cn report.8cn \
46
		rnews.8cn
46
		rnews.8cn
47
PLIST=		${WRKDIR}/.PLIST.sed
47
48
48
MODIFY=		conf/quiz.def \
49
MODIFY=		conf/quiz.def \
49
		conf/substitutions \
50
		conf/substitutions \
Lines 55-60 Link Here
55
NEWSOV?=	/var/news/over.view
56
NEWSOV?=	/var/news/over.view
56
PGPVERIFY?=	pgpverify-1.12
57
PGPVERIFY?=	pgpverify-1.12
57
58
59
.include <bsd.port.pre.mk>
60
61
.if ${OSVERSION} < 300000
62
.else
63
BROKEN=		gawk need to be updated to 3.0.4
64
.endif
65
58
pre-patch:
66
pre-patch:
59
	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} ${WRKSRC}/${PGPVERIFY}
67
	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} ${WRKSRC}/${PGPVERIFY}
60
68
Lines 70-75 Link Here
70
		-e "s=/usr/local/bin=${PREFIX}/bin=" \
78
		-e "s=/usr/local/bin=${PREFIX}/bin=" \
71
		${WRKSRC}/${i}.sed >${WRKSRC}/${i}
79
		${WRKSRC}/${i}.sed >${WRKSRC}/${i}
72
.endfor
80
.endfor
81
	@${SED} \
82
		-e "s=news/cnewsbin=${NEWSBIN:S=${PREFIX}/==}=" \
83
		-e "s=news/lib=${NEWSCTL:S=${PREFIX}/==}=" \
84
		${PKGDIR}/PLIST >${PLIST}
73
85
74
do-install:
86
do-install:
75
	${RM} -f ${PREFIX}/bin/inews
87
	${RM} -f ${PREFIX}/bin/inews
Lines 106-109 Link Here
106
	@${ECHO} "!!!!!!!!"
118
	@${ECHO} "!!!!!!!!"
107
	@${ECHO} ""
119
	@${ECHO} ""
108
120
109
.include <bsd.port.mk>
121
.include <bsd.port.post.mk>
(-)cnews-cr.g/pkg/PLIST (-1 / +3 lines)
Lines 150-154 Link Here
150
@dirrm news/cnewsbin/maint
150
@dirrm news/cnewsbin/maint
151
@dirrm news/cnewsbin/nov
151
@dirrm news/cnewsbin/nov
152
@dirrm news/cnewsbin/relay
152
@dirrm news/cnewsbin/relay
153
@dirrm news/lib/bin
154
@dirrm news/cnewsbin
153
@dirrm news/cnewsbin
154
@dirrm news/lib/bin
155
@dirrm news/lib
156
@dirrm news

Return to bug 14420