mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Add NO_ARCH
- Switch to options helpers
This commit is contained in:
parent
c3b69c06b6
commit
385e992d95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403315
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@ RUN_DEPENDS= p5-tagged>=0:${PORTSDIR}/audio/p5-tagged
|
|||
USES= perl5 shebangfix
|
||||
SHEBANG_FILES= mp3mover.pl
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= bin/mp3mover
|
||||
PORTDOCS= *
|
||||
|
@ -27,6 +28,8 @@ do-install:
|
|||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sample-.mp3moverrc ${STAGEDIR}${DATADIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/shellperfect-.mp3moverrc ${STAGEDIR}${DATADIR}/
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue