svn commit: r376000 - head/x11-toolkits/pango

Koop Mast kwm at FreeBSD.org
Thu Jan 1 16:35:25 UTC 2015


Author: kwm
Date: Thu Jan  1 16:35:24 2015
New Revision: 376000
URL: https://svnweb.freebsd.org/changeset/ports/376000
QAT: https://qat.redports.org/buildarchive/r376000/

Log:
  Remove mkdir line in post-install, this is a left over form the old pango
  cache location.
  
  PR:		196417
  Submitted by:	sunpoet@

Modified:
  head/x11-toolkits/pango/Makefile

Modified: head/x11-toolkits/pango/Makefile
==============================================================================
--- head/x11-toolkits/pango/Makefile	Thu Jan  1 16:33:38 2015	(r375999)
+++ head/x11-toolkits/pango/Makefile	Thu Jan  1 16:35:24 2015	(r376000)
@@ -59,9 +59,6 @@ pre-configure:
 	@${FALSE}
 .endif
 
-post-install:
-	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/pango/
-
 .include <bsd.port.mk>
 
 .endif


More information about the svn-ports-all mailing list