Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 10:58:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369809 - head/misc/getopt
Message-ID:  <201410021058.s92AwHTE007534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  2 10:58:17 2014
New Revision: 369809
URL: https://svnweb.freebsd.org/changeset/ports/369809
QAT: https://qat.redports.org/buildarchive/r369809/

Log:
  - Fix typo

Modified:
  head/misc/getopt/Makefile

Modified: head/misc/getopt/Makefile
==============================================================================
--- head/misc/getopt/Makefile	Thu Oct  2 10:19:08 2014	(r369808)
+++ head/misc/getopt/Makefile	Thu Oct  2 10:58:17 2014	(r369809)
@@ -27,7 +27,7 @@ NLS_LDFLAGS=		-L${LOCALBASE}/lib -lintl
 NLS_USES=		gettext
 
 post-patch:
-	@${RM} ${WKRSRC}/gnu/*.o
+	@${RM} ${WRKSRC}/gnu/*.o
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/



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