svn commit: r363211 - head/vietnamese/libviet

John Marino marino at FreeBSD.org
Mon Jul 28 18:08:48 UTC 2014


Author: marino
Date: Mon Jul 28 18:08:48 2014
New Revision: 363211
URL: http://svnweb.freebsd.org/changeset/ports/363211
QAT: https://qat.redports.org/buildarchive/r363211/

Log:
  vietnamese/libviet: Fix last commit
  
  I was testing change and forgot to remove the hash before committing.
  
  PR:		163226
  reported by:	Jan Beich

Modified:
  head/vietnamese/libviet/Makefile

Modified: head/vietnamese/libviet/Makefile
==============================================================================
--- head/vietnamese/libviet/Makefile	Mon Jul 28 18:00:40 2014	(r363210)
+++ head/vietnamese/libviet/Makefile	Mon Jul 28 18:08:48 2014	(r363211)
@@ -16,7 +16,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 OPTIONS_DEFINE=	DOCS
 
-#MAKE_ARGS=	${MAKE_ENV:S/CFLAGS/FLAGS/}
+MAKE_ARGS=	${MAKE_ENV:S/CFLAGS/FLAGS/}
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/libvntype.a ${WRKSRC}/libviqr.a \


More information about the svn-ports-head mailing list