svn commit: r363963 - head/news/cnews

Dirk Meyer dinoex at FreeBSD.org
Mon Aug 4 04:56:26 UTC 2014


Author: dinoex
Date: Mon Aug  4 04:56:25 2014
New Revision: 363963
URL: http://svnweb.freebsd.org/changeset/ports/363963
QAT: https://qat.redports.org/buildarchive/r363963/

Log:
  - fix build for pkg-1.3.4

Modified:
  head/news/cnews/Makefile
  head/news/cnews/pkg-plist

Modified: head/news/cnews/Makefile
==============================================================================
--- head/news/cnews/Makefile	Mon Aug  4 04:34:33 2014	(r363962)
+++ head/news/cnews/Makefile	Mon Aug  4 04:56:25 2014	(r363963)
@@ -90,7 +90,9 @@ EXTRA_PATCHES+=	${FILESDIR}/sendmail.pat
 .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

Modified: head/news/cnews/pkg-plist
==============================================================================
--- head/news/cnews/pkg-plist	Mon Aug  4 04:34:33 2014	(r363962)
+++ head/news/cnews/pkg-plist	Mon Aug  4 04:56:25 2014	(r363963)
@@ -194,6 +194,7 @@ man/man8/rnews.8cn.gz
 @cwd %%VARBASE%%
 @dirrmtry %%NEWSCTL%%
 @dirrmtry %%NEWSCTLBASE%%
+ at dirrmtry %%NEWSOV%%
 @dirrmtry %%NEWSARTS%%/control
 @dirrmtry %%NEWSARTS%%/junk
 @dirrmtry %%NEWSARTS%%/news/announce/newusers


More information about the svn-ports-all mailing list