diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-10 21:51:22 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-10 21:51:22 +0800 |
commit | a5e555bfca16201f316cf265043a5c4ebe88beed (patch) | |
tree | c3211fd77508e3eab385ea3fbf8c13841b1ef5e6 | |
parent | 1389afe549c73e346d2163c092d75d5e05f5ef1e (diff) | |
download | freebsd-ports-gnome-a5e555bfca16201f316cf265043a5c4ebe88beed.tar.gz freebsd-ports-gnome-a5e555bfca16201f316cf265043a5c4ebe88beed.tar.zst freebsd-ports-gnome-a5e555bfca16201f316cf265043a5c4ebe88beed.zip |
- Remove dependency on the python3 symlink
- Remove useless INSTALL_TARGET
-rw-r--r-- | textproc/py3-pager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py3-pager/Makefile b/textproc/py3-pager/Makefile index 51f3cb944613..ff794b9fe525 100644 --- a/textproc/py3-pager/Makefile +++ b/textproc/py3-pager/Makefile @@ -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> |