sync code with last improvements from OpenBSD

This commit is contained in:
purplerain 2023-09-07 19:01:26 +00:00
parent 5d9ce0a053
commit 7ca5d43115
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
2 changed files with 20 additions and 32 deletions

View file

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2022/08/07 07:29:26 matthieu Exp $
# $OpenBSD: Makefile,v 1.4 2023/09/06 20:36:50 matthieu Exp $
SUBDIR= lib cvt
@ -6,7 +6,7 @@ INCS= libxcvt.h libxcvt_mode.h
PACKAGE_VERSION= 0.1.2
PKGCONFIG= libxcvt.pc
EXTRA_PKGCONFIG_SUBST= -e 's/@VERSION@/${PACKAGE_VERSION}/'
obj: _xenocara_obj
@ -18,7 +18,7 @@ includes: _SUBDIRUSE
eval "$$j"; \
done
beforeinstall: includes
beforeinstall: includes
.include <bsd.subdir.mk>
.include <bsd.xorg.mk>