svn commit: r395337 - head/textproc/groff

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 26 02:45:27 UTC 2015


Author: amdmi3
Date: Wed Aug 26 02:45:26 2015
New Revision: 395337
URL: https://svnweb.freebsd.org/changeset/ports/395337

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/groff/Makefile

Modified: head/textproc/groff/Makefile
==============================================================================
--- head/textproc/groff/Makefile	Wed Aug 26 02:45:10 2015	(r395336)
+++ head/textproc/groff/Makefile	Wed Aug 26 02:45:26 2015	(r395337)
@@ -3,7 +3,7 @@
 
 PORTNAME=	groff
 PORTVERSION=	1.22.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	GNU
 
@@ -23,6 +23,10 @@ CONFIGURE_ENV+=	PERLPATH=${perl_CMD} # s
 CPE_VENDOR=	gnu
 SHEBANG_FILES=	src/utils/afmtodit/afmtodit.pl \
 		contrib/mm/mmroff.pl \
+		font/devps/generate/symbol.sed
+SHEBANG_LANG=	sed
+sed_OLD_CMD=	/bin/sed
+sed_CMD=	/usr/bin/sed
 
 # Canonicalize to A4 if set.
 .if defined(A4) || (defined(PAPERSIZE) && ${PAPERSIZE:tu} == "A4")


More information about the svn-ports-head mailing list