svn commit: r382831 - head/misc/shared-mime-info

Baptiste Daroussin bapt at FreeBSD.org
Tue Mar 31 15:11:39 UTC 2015


Author: bapt
Date: Tue Mar 31 15:11:38 2015
New Revision: 382831
URL: https://svnweb.freebsd.org/changeset/ports/382831
QAT: https://qat.redports.org/buildarchive/r382831/

Log:
  Remove useless execution of post install script

Modified:
  head/misc/shared-mime-info/Makefile

Modified: head/misc/shared-mime-info/Makefile
==============================================================================
--- head/misc/shared-mime-info/Makefile	Tue Mar 31 15:05:20 2015	(r382830)
+++ head/misc/shared-mime-info/Makefile	Tue Mar 31 15:11:38 2015	(r382831)
@@ -31,7 +31,4 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
 		${WRKSRC}/update-mime-database.c
 
-post-install:
-	@${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list