svn commit: r320944 - head/audio/alac

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 14 14:49:21 UTC 2013


Author: bapt
Date: Fri Jun 14 14:49:20 2013
New Revision: 320944
URL: http://svnweb.freebsd.org/changeset/ports/320944

Log:
  typo

Modified:
  head/audio/alac/Makefile

Modified: head/audio/alac/Makefile
==============================================================================
--- head/audio/alac/Makefile	Fri Jun 14 14:46:57 2013	(r320943)
+++ head/audio/alac/Makefile	Fri Jun 14 14:49:20 2013	(r320944)
@@ -22,7 +22,7 @@ PORTDOCS=	README
 .include <bsd.port.options.mk>
 
 post-patch:
-.if ! ${PORT_OTPIONS:MDEBUG}
+.if ! ${PORT_OPTIONS:MDEBUG}
 	@${REINPLACE_CMD} -e 's|-ggdb||' \
 		${WRKSRC}/${MAKEFILE}
 .endif


More information about the svn-ports-head mailing list