1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Stage support

- Shebangfix a perl script
This commit is contained in:
Antoine Brodin 2014-01-07 19:48:56 +00:00
parent e6c572b764
commit 1ca2958ec3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339024
2 changed files with 6 additions and 6 deletions

View File

@ -10,16 +10,15 @@ MASTER_SITES= http://www.mattfischer.com/wmstock/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Cool WindowMaker Dockapp that shows stock ticker(s)
USES= gmake shebangfix
USE_XORG= xpm
SHEBANG_FILES= getquote
WRKSRC= ${WRKDIR}/wmstock/src
USE_GMAKE= yes
MAN1= wmstock.1
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/getquote ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${PREFIX}/man/man1/wmstock.1
${INSTALL_PROGRAM} ${WRKSRC}/wmstock ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/getquote ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmstock.1x ${STAGEDIR}${PREFIX}/man/man1/wmstock.1
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
bin/wmstock
bin/getquote
man/man1/wmstock.1.gz