svn commit: r301449 - head/ports-mgmt/poudriere

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 24 10:14:23 UTC 2012


Author: bapt
Date: Tue Jul 24 10:14:22 2012
New Revision: 301449
URL: http://svn.freebsd.org/changeset/ports/301449

Log:
  Remove .orig after applying patches to avoid installing .orig files into the system
  
  Reported by:	redports (QAT)

Modified:
  head/ports-mgmt/poudriere/Makefile

Modified: head/ports-mgmt/poudriere/Makefile
==============================================================================
--- head/ports-mgmt/poudriere/Makefile	Tue Jul 24 09:09:23 2012	(r301448)
+++ head/ports-mgmt/poudriere/Makefile	Tue Jul 24 10:14:22 2012	(r301449)
@@ -46,6 +46,9 @@ PLIST_DIRSTRY+=	share/zsh/site-functions
 PLIST_DIRSTRY+=	share/zsh/
 .endif
 
+post-patch:
+	@find ${WRKSRC} -name "*.orig" -delete
+
 post-install:
 	@${TOUCH} ${PREFIX}/poudriere/cron/.keep
 .if defined(WITH_ZSH)



More information about the svn-ports-all mailing list