svn commit: r340180 - head/audio/xmms-eq

Antoine Brodin antoine at FreeBSD.org
Sat Jan 18 15:12:44 UTC 2014


Author: antoine
Date: Sat Jan 18 15:12:43 2014
New Revision: 340180
URL: http://svnweb.freebsd.org/changeset/ports/340180
QAT: https://qat.redports.org/buildarchive/r340180/

Log:
  Stage support

Modified:
  head/audio/xmms-eq/Makefile

Modified: head/audio/xmms-eq/Makefile
==============================================================================
--- head/audio/xmms-eq/Makefile	Sat Jan 18 15:09:07 2014	(r340179)
+++ head/audio/xmms-eq/Makefile	Sat Jan 18 15:12:43 2014	(r340180)
@@ -15,7 +15,6 @@ COMMENT=	Real-time graphical equalizer p
 LIB_DEPENDS=	libxmms.so:${PORTSDIR}/multimedia/xmms
 
 USE_BZIP2=	yes
-NO_STAGE=	yes
 USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 
@@ -47,9 +46,4 @@ post-patch:
 		${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
 .endif
 
-post-install:
-	@${ECHO_CMD}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_CMD}
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list