Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 19:15:32 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369198 - head/japanese/ctags
Message-ID:  <201409241915.s8OJFWx5047474@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep 24 19:15:32 2014
New Revision: 369198
URL: http://svnweb.freebsd.org/changeset/ports/369198
QAT: https://qat.redports.org/buildarchive/r369198/

Log:
  Do not violate stagedir (and allow staging as a regular user)

Modified:
  head/japanese/ctags/Makefile

Modified: head/japanese/ctags/Makefile
==============================================================================
--- head/japanese/ctags/Makefile	Wed Sep 24 19:01:45 2014	(r369197)
+++ head/japanese/ctags/Makefile	Wed Sep 24 19:15:32 2014	(r369198)
@@ -21,7 +21,7 @@ PORTDOCS=	README README_J.TXT
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
-	@${REINPLACE_CMD} -E '/^DEST_/ s,(bin|lib|inc|man1)dir),DESTDIR)$$(&,g' \
+	@${REINPLACE_CMD} -E 's,(bin|lib|inc|man1)dir),DESTDIR)$$(&,g' \
 		${WRKSRC}/Makefile.in
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409241915.s8OJFWx5047474>