svn commit: r333585 - head/audio/xmms-sexypsf
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Nov 12 16:07:24 UTC 2013
Author: ehaupt
Date: Tue Nov 12 16:07:24 2013
New Revision: 333585
URL: http://svnweb.freebsd.org/changeset/ports/333585
Log:
Support staging.
Modified:
head/audio/xmms-sexypsf/Makefile
Modified: head/audio/xmms-sexypsf/Makefile
==============================================================================
--- head/audio/xmms-sexypsf/Makefile Tue Nov 12 16:04:51 2013 (r333584)
+++ head/audio/xmms-sexypsf/Makefile Tue Nov 12 16:07:24 2013 (r333585)
@@ -16,7 +16,6 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimed
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_BZIP2= yes
-NO_STAGE= yes
USE_GNOME= gtk12
USE_LDCONFIG= yes
@@ -42,16 +41,15 @@ do-build:
-o ${WRKSRC}/libsexypsf.so -shared -lz
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/libsexypsf.so ${PREFIX}/lib/xmms/Input/libsexypsf.so
+ ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Input
+ ${INSTALL_PROGRAM} ${WRKSRC}/libsexypsf.so \
+ ${STAGEDIR}${PREFIX}/lib/xmms/Input/libsexypsf.so
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/Docs/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Docs/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
-post-install:
- @${CAT} pkg-message
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list