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

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

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/textproc/doclifter/Makefile

Modified: head/textproc/doclifter/Makefile
==============================================================================
--- head/textproc/doclifter/Makefile	Tue Jul 28 21:40:40 2015	(r393118)
+++ head/textproc/doclifter/Makefile	Tue Jul 28 21:41:28 2015	(r393119)
@@ -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?201507282141.t6SLfT9W049199>