svn commit: r393119 - head/textproc/doclifter

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


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 \


More information about the svn-ports-head mailing list