1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Added accidently lost manually install of patchlevel.h which is needed

by e.g. grace to compile.
This commit is contained in:
Lars Koeller 2001-01-09 20:37:04 +00:00
parent 96bd55a7b4
commit c2c17f9d80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37043

View File

@ -41,5 +41,6 @@ post-install:
.endif
${RM} -rf ${PREFIX}/include/Xbae
${LN} -sf Xbae-4.8 ${PREFIX}/include/Xbae
${INSTALL_DATA} ${WRKSRC}/include/Xbae/patchlevel.h ${PREFIX}/include/Xbae
.include <bsd.port.post.mk>