svn commit: r428296 - head/textproc/py3-pager

Antoine Brodin antoine at FreeBSD.org
Sat Dec 10 13:51:23 UTC 2016


Author: antoine
Date: Sat Dec 10 13:51:22 2016
New Revision: 428296
URL: https://svnweb.freebsd.org/changeset/ports/428296

Log:
  - Remove dependency on the python3 symlink
  - Remove useless INSTALL_TARGET

Modified:
  head/textproc/py3-pager/Makefile

Modified: head/textproc/py3-pager/Makefile
==============================================================================
--- head/textproc/py3-pager/Makefile	Sat Dec 10 13:39:21 2016	(r428295)
+++ head/textproc/py3-pager/Makefile	Sat Dec 10 13:51:22 2016	(r428296)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pager
 PORTVERSION=	3.3
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +13,7 @@ COMMENT=	Terminal/console pager module
 
 LICENSE=	BSD3CLAUSE
 
-USES=		python:3
+USES=		python:3.3+
 USE_PYTHON=	autoplist concurrent distutils
-INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list