mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
4ae85d4010
commit
f37fbc8b77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338151
@ -11,7 +11,6 @@ MAINTAINER= ports@FreeBSD.org
|
|||||||
COMMENT= Program to send AM radio signals using a PC monitor
|
COMMENT= Program to send AM radio signals using a PC monitor
|
||||||
|
|
||||||
USES= gmake
|
USES= gmake
|
||||||
NO_STAGE= yes
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
|
|
||||||
@ -24,11 +23,11 @@ OPTIONS_DEFINE= DOCS
|
|||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${PREFIX}/share/tempest
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/tempest
|
||||||
${INSTALL_DATA} ${SONGS:S,^,${WRKSRC}/songs/,} ${PREFIX}/share/tempest
|
${INSTALL_DATA} ${SONGS:S,^,${WRKSRC}/songs/,} ${STAGEDIR}${PREFIX}/share/tempest
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user