aboutsummaryrefslogtreecommitdiffstats
path: root/cad/dxf2fig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/dxf2fig/Makefile')
-rw-r--r--cad/dxf2fig/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/dxf2fig/Makefile b/cad/dxf2fig/Makefile
index ded0272da2d3..32b800097b2b 100644
--- a/cad/dxf2fig/Makefile
+++ b/cad/dxf2fig/Makefile
@@ -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>