forked from Lainports/freebsd-ports
Support staging.
Sponsored by: Absolight
This commit is contained in:
parent
cd49af7206
commit
700d482c02
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue