svn commit: r352763 - head/devel/gps

John Marino marino at FreeBSD.org
Thu May 1 18:16:37 UTC 2014


Author: marino
Date: Thu May  1 18:16:36 2014
New Revision: 352763
URL: http://svnweb.freebsd.org/changeset/ports/352763
QAT: https://qat.redports.org/buildarchive/r352763/

Log:
  devel/gps: Pet Jenkins by tweaking autogen plist
  
  Don't attempt to remove directories owned by mtree.  No revbump necessary
  because the attempt didn't hurt anything (or ever succeed).
  
  Reported by:	swills

Modified:
  head/devel/gps/Makefile

Modified: head/devel/gps/Makefile
==============================================================================
--- head/devel/gps/Makefile	Thu May  1 17:01:18 2014	(r352762)
+++ head/devel/gps/Makefile	Thu May  1 18:16:36 2014	(r352763)
@@ -124,7 +124,5 @@ post-install:
 	   -e 's/^/@dirrm /g' >> ${TMPPLIST}
 	@echo "@unexec rmdir %D/share/gps/plug-ins 2>/dev/null || true" >> ${TMPPLIST}
 	@echo "@unexec rmdir %D/share/gps 2>/dev/null || true" >> ${TMPPLIST}
-	@echo "@unexec rmdir %D/share/examples 2>/dev/null || true" >> ${TMPPLIST}
-	@echo "@unexec rmdir %D/share/doc 2>/dev/null || true" >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list