1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-01-20 20:35:51 +00:00
parent d3ade374e7
commit 05d0ebde52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340467

View File

@ -11,7 +11,6 @@ COMMENT= DXF to FIG converter
PLIST_FILES= bin/dxf2fig
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|g ; \
s|-O -s||g ; \
@ -19,6 +18,6 @@ post-patch:
s|-L|#-L|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>