Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2015 21:43:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r393120 - branches/2015Q3/textproc/doclifter
Message-ID:  <201507282143.t6SLhToF050175@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 28 21:43:28 2015
New Revision: 393120
URL: https://svnweb.freebsd.org/changeset/ports/393120

Log:
  MFH: r393119
  
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/textproc/doclifter/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/textproc/doclifter/Makefile
==============================================================================
--- branches/2015Q3/textproc/doclifter/Makefile	Tue Jul 28 21:41:28 2015	(r393119)
+++ branches/2015Q3/textproc/doclifter/Makefile	Tue Jul 28 21:43:28 2015	(r393120)
@@ -3,6 +3,7 @@
 
 PORTNAME=	doclifter
 PORTVERSION=	2.15
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.catb.org/~esr/doclifter/
 
@@ -11,8 +12,10 @@ COMMENT=	Translates documents written in
 
 RUN_DEPENDS+=	python2:${PORTSDIR}/lang/python2
 
-USES=		python:2
+USES=		python:2 shebangfix
+SHEBANG_FILES=	manlifter
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/doclifter \
 		bin/manlifter \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507282143.t6SLhToF050175>