svn commit: r393120 - branches/2015Q3/textproc/doclifter

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 21:43:29 UTC 2015


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 \


More information about the svn-ports-branches mailing list