mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Stage support
This commit is contained in:
parent
d3ade374e7
commit
05d0ebde52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340467
1 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,6 @@ COMMENT= DXF to FIG converter
|
||||||
|
|
||||||
PLIST_FILES= bin/dxf2fig
|
PLIST_FILES= bin/dxf2fig
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \
|
||||||
s|-O -s||g ; \
|
s|-O -s||g ; \
|
||||||
|
@ -19,6 +18,6 @@ post-patch:
|
||||||
s|-L|#-L|' ${WRKSRC}/Makefile
|
s|-L|#-L|' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue