mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging.
Sponsored by: Absolight
This commit is contained in:
parent
cd49af7206
commit
700d482c02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341603
@ -15,7 +15,6 @@ COMMENT= HTML to LaTeX converter, last modified 2010
|
||||
PLIST_FILES= bin/html2tex
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
${MKDIR} ${WRKSRC}
|
||||
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/html2tex.c
|
||||
@ -24,6 +23,6 @@ do-build:
|
||||
cd ${WRKSRC} && ${CC} -o html2tex html2tex.c
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${CP} html2tex ${PREFIX}/bin
|
||||
cd ${WRKSRC} && ${INSTALL_PROGRAM} html2tex ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user