svn commit: r370508 - branches/2014Q4/misc/getopt

Antoine Brodin antoine at FreeBSD.org
Thu Oct 9 08:13:19 UTC 2014


Author: antoine
Date: Thu Oct  9 08:13:18 2014
New Revision: 370508
URL: https://svnweb.freebsd.org/changeset/ports/370508
QAT: https://qat.redports.org/buildarchive/r370508/

Log:
  MFH r369809
  - Fix typo
  
  MFH r369764
  - Cleanup *.o from tarball
  PR:             ports/194074
  Submitted by:   Vikash Badal <vikashb at where-ever.za.net>

Modified:
  branches/2014Q4/misc/getopt/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/misc/getopt/Makefile
==============================================================================
--- branches/2014Q4/misc/getopt/Makefile	Thu Oct  9 07:16:16 2014	(r370507)
+++ branches/2014Q4/misc/getopt/Makefile	Thu Oct  9 08:13:18 2014	(r370508)
@@ -26,6 +26,9 @@ NLS_MAKE_ARGS_OFF=	WITHOUT_GETTEXT=1
 NLS_LDFLAGS=		-L${LOCALBASE}/lib -lintl
 NLS_USES=		gettext
 
+post-patch:
+	@${RM} ${WRKSRC}/gnu/*.o
+
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/


More information about the svn-ports-branches mailing list