mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Support staging.
This commit is contained in:
parent
4ee0f854ab
commit
c3b576a8cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333585
@ -16,7 +16,6 @@ BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user