From 83dd2cf3635af916e6c0c1631ad83a6b008c0335 Mon Sep 17 00:00:00 2001 From: wg Date: Fri, 20 Jun 2014 14:53:58 +0000 Subject: textproc/groff: shebangfix and pet portlint PR: 189654 Submitted by: paul inetstat net Approved by: maintainer --- textproc/groff/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 9c90f5f69b5c..77ae1c012363 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -3,6 +3,7 @@ PORTNAME= groff PORTVERSION= 1.22.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff @@ -15,10 +16,14 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:${PORTSDIR}/print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GHOSTSCRIPT= yes -USES= gmake perl5 +USE_GHOSTSCRIPT=yes +USES= gmake perl5 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-awk=/usr/bin/awk +CONFIGURE_ENV+= PERLPATH=${perl_CMD} # shebangfix + +SHEBANG_FILES= src/utils/afmtodit/afmtodit.pl \ + contrib/mm/mmroff.pl \ # Canonicalize to A4 if set. .if defined(A4) || (defined(PAPERSIZE) && ${PAPERSIZE:tu} == "A4") -- cgit