svn commit: r320936 - head/devel/valgrind

Bryan Drewery bdrewery at FreeBSD.org
Fri Jun 14 14:36:08 UTC 2013


Author: bdrewery
Date: Fri Jun 14 14:36:08 2013
New Revision: 320936
URL: http://svnweb.freebsd.org/changeset/ports/320936

Log:
  - Fix typo
  
  Reported by:	freshports

Modified:
  head/devel/valgrind/Makefile

Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile	Fri Jun 14 14:34:15 2013	(r320935)
+++ head/devel/valgrind/Makefile	Fri Jun 14 14:36:08 2013	(r320936)
@@ -44,7 +44,7 @@ WRKSRC=		${WRKDIR}/${DISTNAME}
 
 .include <bsd.port.options.mk>
 
-if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64"
 PLIST_SUB+=	AMD64="" ARCH=amd64
 . if !exists(/usr/lib32/libc.so)
 CONFIGURE_ARGS+=	--enable-only64bit


More information about the svn-ports-all mailing list