1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-23 14:22:55 +00:00
parent 63f3372339
commit d0a564bbfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358958

View File

@ -18,9 +18,8 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lboost_system
NO_STAGE= yes
post-install:
${MKDIR} ${DATADIR}/profiles
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${DATADIR}/profiles)
${MKDIR} ${STAGEDIR}${DATADIR}/profiles
(cd ${WRKSRC}/profiles/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/profiles)
.include <bsd.port.mk>