mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
math/ggobi: allow staging
PR: ports/183607 Submitted by: maintainer
This commit is contained in:
parent
cf135f3d95
commit
cfb53c7daa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332750
@ -21,7 +21,6 @@ CONFIGURE_ARGS+= --with-all-plugins
|
||||
|
||||
ALL_TARGET= all ggobirc
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|ND_coord_i|ND_coord|' \
|
||||
${WRKSRC}/plugins/GraphLayout/graphviz.c
|
||||
@ -41,10 +40,7 @@ post-configure:
|
||||
${WRKSRC}/plugins/GraphLayout/Makefile
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/etc/xdg/ggobi
|
||||
${INSTALL_DATA} ${WRKSRC}/ggobirc ${PREFIX}/etc/xdg/ggobi/ggobirc.sample
|
||||
@if [ ! -f ${PREFIX}/etc/xdg/ggobi/ggobirc ]; then \
|
||||
${CP} -p ${PREFIX}/etc/xdg/ggobi/ggobirc.sample ${PREFIX}/etc/xdg/ggobi/ggobirc ; \
|
||||
fi
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/etc/xdg/ggobi
|
||||
${INSTALL_DATA} ${WRKSRC}/ggobirc ${STAGEDIR}${PREFIX}/etc/xdg/ggobi/ggobirc.sample
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user