svn commit: r369764 - head/misc/getopt

Don Lewis truckman at FreeBSD.org
Thu Oct 2 07:33:51 UTC 2014


On  1 Oct, Sunpoet Po-Chuan Hsieh wrote:
> Author: sunpoet
> Date: Wed Oct  1 20:16:16 2014
> New Revision: 369764
> URL: https://svnweb.freebsd.org/changeset/ports/369764
> QAT: https://qat.redports.org/buildarchive/r369764/
> 
> Log:
>   - Cleanup *.o from tarball
>   
>   PR:		ports/194074
>   Submitted by:	Vikash Badal <vikashb at where-ever.za.net>
> 
> Modified:
>   head/misc/getopt/Makefile
> 
> Modified: head/misc/getopt/Makefile
> ==============================================================================
> --- head/misc/getopt/Makefile	Wed Oct  1 20:09:23 2014	(r369763)
> +++ head/misc/getopt/Makefile	Wed Oct  1 20:16:16 2014	(r369764)
> @@ -26,6 +26,9 @@ NLS_MAKE_ARGS_OFF=	WITHOUT_GETTEXT=1
>  NLS_LDFLAGS=		-L${LOCALBASE}/lib -lintl
>  NLS_USES=		gettext
>  
> +post-patch:
> +	@${RM} ${WKRSRC}/gnu/*.o
> +
>  post-install:
>  	${MKDIR} ${STAGEDIR}${DOCSDIR}/
>  	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/

This change contains a typo.  Here's a patch:

Index: Makefile
===================================================================
--- Makefile	(revision 369794)
+++ Makefile	(working copy)
@@ -27,7 +27,7 @@
 NLS_USES=		gettext
 
 post-patch:
-	@${RM} ${WKRSRC}/gnu/*.o
+	@${RM} ${WRKSRC}/gnu/*.o
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/



More information about the svn-ports-all mailing list