svn commit: r333584 - head/audio/xmms-xymms
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Nov 12 16:04:51 UTC 2013
Author: ehaupt
Date: Tue Nov 12 16:04:51 2013
New Revision: 333584
URL: http://svnweb.freebsd.org/changeset/ports/333584
Log:
Support staging.
Modified:
head/audio/xmms-xymms/Makefile
Modified: head/audio/xmms-xymms/Makefile
==============================================================================
--- head/audio/xmms-xymms/Makefile Tue Nov 12 15:59:47 2013 (r333583)
+++ head/audio/xmms-xymms/Makefile Tue Nov 12 16:04:51 2013 (r333584)
@@ -16,7 +16,6 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia
GNU_CONFIGURE= yes
USE_GNOME= gtk12
-NO_STAGE= yes
USE_LDCONFIG= yes
CPPFLAGS+= ${PTHREAD_CFLAGS}
@@ -33,8 +32,8 @@ post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
post-install:
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/samples/sample.gym ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/samples/sample.gym ${STAGEDIR}${EXAMPLESDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list