diff --git a/audio/wavpack/Makefile b/audio/wavpack/Makefile index 34678149f89..a26e7c8240c 100644 --- a/audio/wavpack/Makefile +++ b/audio/wavpack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2010/10/18 16:52:47 espie Exp $ +# $OpenBSD: Makefile,v 1.6 2010/10/18 21:17:12 espie Exp $ COMMENT = audio codec for lossless, lossy and hybrid compression @@ -29,6 +29,6 @@ CONFIGURE_ARGS = ${CONFIGURE_SHARED} \ --with-libiconv-prefix="${LOCALBASE}" CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" - USE_GROFF = Yes +USE_GROFF = Yes .include diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index d39aa231b8d..69f70e0f549 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2010/10/18 17:47:54 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2010/10/18 21:17:12 espie Exp $ COMMENT= internationalized string handling @@ -23,7 +23,7 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --disable-csharp \ --disable-java - USE_GROFF = Yes +USE_GROFF = Yes MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/build-aux diff --git a/mail/isync/Makefile b/mail/isync/Makefile index 5acb60c2bf3..81b78d7b238 100644 --- a/mail/isync/Makefile +++ b/mail/isync/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/10/18 19:59:16 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2010/10/18 21:17:11 espie Exp $ COMMENT= synchronize IMAP4 and maildir mailboxes @@ -23,7 +23,7 @@ CONFIGURE_STYLE= gnu CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db4" \ LDFLAGS=-L${LOCALBASE}/lib/db4 \ LDADD=-ldb - USE_GROFF = Yes +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync diff --git a/mail/solid-pop3d/Makefile b/mail/solid-pop3d/Makefile index 300a3488f36..d8fb7e26dc1 100644 --- a/mail/solid-pop3d/Makefile +++ b/mail/solid-pop3d/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2010/10/18 19:59:20 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2010/10/18 21:17:11 espie Exp $ COMMENT= flexible POP3 server @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --localstatedir="/var/spool/spop3d" \ --enable-last --enable-bulletins --enable-nonip \ --enable-ipv6 --enable-resolve --enable-connect \ --enable-logextend --enable-statistics - USE_GROFF = Yes +USE_GROFF = Yes NO_REGRESS= Yes # enable support for APOP authentication. diff --git a/net/jftpgw/Makefile b/net/jftpgw/Makefile index 8d2ea22afb7..9f072901299 100644 --- a/net/jftpgw/Makefile +++ b/net/jftpgw/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2010/10/18 18:36:49 espie Exp $ +# $OpenBSD: Makefile,v 1.22 2010/10/18 21:17:11 espie Exp $ COMMENT= FTP proxy @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --enable-crypt \ --enable-libwrap \ --with-confpath="${SYSCONFDIR}" \ --with-logpath="/var/log" - USE_GROFF = Yes +USE_GROFF = Yes post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/jftpgw diff --git a/net/nemesis/Makefile b/net/nemesis/Makefile index f72ba5ab576..72dbc1350ed 100644 --- a/net/nemesis/Makefile +++ b/net/nemesis/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2010/10/18 18:36:50 espie Exp $ +# $OpenBSD: Makefile,v 1.29 2010/10/18 21:17:11 espie Exp $ COMMENT= command line arbitrary packet builder @@ -22,5 +22,5 @@ WANTLIB= c m CONFIGURE_STYLE=gnu CONFIGURE_ARGS+= --with-libnet_includes=${LOCALBASE}/include/libnet-1.0 \ --with-libnet_libraries=${LOCALBASE}/lib/libnet-1.0 - USE_GROFF = Yes +USE_GROFF = Yes .include