diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-04 04:56:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-08-04 04:56:25 +0000 |
commit | 10919b1b42111af8f083c0f19f4a77450a6b98bf (patch) | |
tree | 5ad01081e0ec87cd2c683a34435ce93d9e5298ce /news | |
parent | ebd4a8f6aa3534e31ded7d76aeeb4d349d8ba347 (diff) |
- fix build for pkg-1.3.4
Notes
Notes:
svn path=/head/; revision=363963
Diffstat (limited to 'news')
-rw-r--r-- | news/cnews/Makefile | 4 | ||||
-rw-r--r-- | news/cnews/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
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 |