svn commit: r370715 - head/x11/deskmenu

Antoine Brodin antoine at FreeBSD.org
Sun Oct 12 14:47:14 UTC 2014


Author: antoine
Date: Sun Oct 12 14:47:13 2014
New Revision: 370715
URL: https://svnweb.freebsd.org/changeset/ports/370715
QAT: https://qat.redports.org/buildarchive/r370715/

Log:
  No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of this

Modified:
  head/x11/deskmenu/Makefile

Modified: head/x11/deskmenu/Makefile
==============================================================================
--- head/x11/deskmenu/Makefile	Sun Oct 12 14:42:14 2014	(r370714)
+++ head/x11/deskmenu/Makefile	Sun Oct 12 14:47:13 2014	(r370715)
@@ -16,7 +16,4 @@ USES=		gmake
 USE_GNOME=	gtk12
 USE_CSTD=	gnu89
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/deskmenu
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list