This commit is contained in:
espie 2011-10-17 13:03:42 +00:00
parent 0bee1a3020
commit c3a31269c5
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2011/09/16 08:48:02 espie Exp $
# $OpenBSD: Makefile,v 1.30 2011/10/17 13:03:42 espie Exp $
COMMENT= tools to talk to GSM cellular phones
@ -36,7 +36,7 @@ CONFIGURE_ARGS= --enable-security \
--disable-xdebug \
--disable-rlpdebug
.if ${FLAVOR:L:Mno_x11}
.if ${FLAVOR:Mno_x11}
CONFIGURE_ARGS+= --without-x
.else
CONFIGURE_ARGS+= --with-x
@ -62,7 +62,7 @@ post-install:
${PREFIX}/share/examples/gnokii
${INSTALL_DATA} ${WRKSRC}/Docs/man/gnokii.1 \
${PREFIX}/man/man1
.if !${FLAVOR:L:Mno_x11}
.if !${FLAVOR:Mno_x11}
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/Docs/man/xgnokii.1x \
${PREFIX}/man/man1/xgnokii.1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.63 2011/06/02 13:41:36 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.64 2011/10/17 13:03:42 espie Exp $
COMMENT= send/receive faxes and share modems
DISTNAME= hylafax-6.0.5
@ -50,7 +50,7 @@ CONFIGURE_ENV+= CCOMPILER="${CC}" CXXCOMPILER="${CXX}" \
INETDCONF=/etc/inetd.conf MKFIFO=/sbin/mkfifo \
SCRIPT_SH=/bin/ksh
.if ${FLAVOR:L} == "a4"
.if ${FLAVOR:Ma4}
CONFIGURE_ARGS+= --with-PAGESIZE=A4
.endif