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 2013-12-30 18:39:48 +00:00
parent 5e1c9c042d
commit ab423ae319
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338159

View File

@ -20,7 +20,6 @@ T1LIB_DESC= Use T1lib Type1 font library
USES= motif
NO_STAGE= yes
.include <bsd.port.options.mk>
FEATURES+= MOTIF
@ -55,6 +54,6 @@ post-patch:
.endfor
post-install:
${STRIP_CMD} ${PREFIX}/bin/electric
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/electric
.include <bsd.port.mk>