svn commit: r369198 - head/japanese/ctags

Antoine Brodin antoine at FreeBSD.org
Wed Sep 24 19:15:32 UTC 2014


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:


More information about the svn-ports-head mailing list