Force the installation of poppler-page-transition.h even when

FLAVOR="no_qt no_qt4".

"sure", espie@
This commit is contained in:
kili 2007-03-26 07:36:46 +00:00
parent 121a3c1e8c
commit ef37c4cf5a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2007/03/24 13:21:26 espie Exp $
# $OpenBSD: Makefile,v 1.11 2007/03/26 07:36:46 kili Exp $
COMMENT-main= "PDF rendering library"
COMMENT-qt= "qt interface to PDF rendering library"
@ -85,4 +85,12 @@ USE_LIBTOOL= Yes
USE_X11= Yes
USE_GMAKE= Yes
# Force installation to avoid PLIST headaches.
.if ${FLAVOR:L:Mno_qt} && ${FLAVOR:L:Mno_qt4}
post-install:
echo ${PREFIX}
${INSTALL_DATA} ${WRKSRC}/qt/poppler-page-transition.h \
${PREFIX}/include/poppler
.endif
.include <bsd.port.mk>