From 10919b1b42111af8f083c0f19f4a77450a6b98bf Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Mon, 4 Aug 2014 04:56:25 +0000 Subject: - fix build for pkg-1.3.4 --- news/cnews/Makefile | 4 +++- news/cnews/pkg-plist | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'news/cnews') diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 0b4685895791..930cb5ce0849 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -90,7 +90,9 @@ EXTRA_PATCHES+= ${FILESDIR}/sendmail.patch .endif pre-patch: - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} ${WRKSRC}/${PGPVERIFY} + ${SED} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|' \ + ${DISTDIR}/${DIST_SUBDIR}/${PGPVERIFY} \ + > ${WRKSRC}/${PGPVERIFY} pre-configure: .for i in conf/quiz.def conf/substitutions include/config.make diff --git a/news/cnews/pkg-plist b/news/cnews/pkg-plist index c99346bc3483..1ee54c612bdf 100644 --- a/news/cnews/pkg-plist +++ b/news/cnews/pkg-plist @@ -194,6 +194,7 @@ man/man8/rnews.8cn.gz @cwd %%VARBASE%% @dirrmtry %%NEWSCTL%% @dirrmtry %%NEWSCTLBASE%% +@dirrmtry %%NEWSOV%% @dirrmtry %%NEWSARTS%%/control @dirrmtry %%NEWSARTS%%/junk @dirrmtry %%NEWSARTS%%/news/announce/newusers -- cgit v1.2.3