Use helpers to avoid extra inclusion of pre.mk/post.mk

This commit is contained in:
Baptiste Daroussin 2017-10-05 11:49:44 +00:00
parent 1eb98c0af8
commit 042d2315e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451303

View File

@ -16,6 +16,8 @@ LICENSE= BSD2CLAUSE
LIB_DEPENDS= libefl.so:devel/efl \
libxcb-keysyms.so:x11/xcb-util-keysyms
BROKEN_sparc64= Does not install on sparc64: signal 10
GNU_CONFIGURE= yes
USES= alias autoreconf desktop-file-utils gettext-tools \
gmake iconv libtool pathfix pkgconfig tar:xz
@ -48,10 +50,4 @@ post-patch:
${WRKSRC}/src/bin/Makefile.mk \
${WRKSRC}/src/modules/Makefile_cpufreq.mk
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64: signal 10
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>