aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2001-01-10 04:37:04 +0800
committerlkoeller <lkoeller@FreeBSD.org>2001-01-10 04:37:04 +0800
commit82a6deaa2a9eaf0f2e3ff15f0a269ea1e98a8f2b (patch)
treec9d9a448dae9534161349d3a8ad19568756baec5 /x11-toolkits
parent830fb42b3eff1ff1c7aca404793c472e88c2feaf (diff)
downloadfreebsd-ports-graphics-82a6deaa2a9eaf0f2e3ff15f0a269ea1e98a8f2b.tar.gz
freebsd-ports-graphics-82a6deaa2a9eaf0f2e3ff15f0a269ea1e98a8f2b.tar.zst
freebsd-ports-graphics-82a6deaa2a9eaf0f2e3ff15f0a269ea1e98a8f2b.zip
Added accidently lost manually install of patchlevel.h which is needed
by e.g. grace to compile.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/xbae/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/xbae/Makefile b/x11-toolkits/xbae/Makefile
index 0d8689d50b6..091ba7c897e 100644
--- a/x11-toolkits/xbae/Makefile
+++ b/x11-toolkits/xbae/Makefile
@@ -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>