From 4d453fff5c9f31506db156b7d1ebc2dfa4879160 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 30 Jan 2023 20:46:58 +0800 Subject: [PATCH] textproc/py-ebcdic: Add NO_ARCH - With I'm here: - Fix USE_GITHUB usage: Use DISTVERSIONPREFIX instead of GH_TAGNAME - Fix indent Approved by: portmgr (blanket) --- textproc/py-ebcdic/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/textproc/py-ebcdic/Makefile b/textproc/py-ebcdic/Makefile index 81eb07b85e0d7..6d07a1708aa01 100644 --- a/textproc/py-ebcdic/Makefile +++ b/textproc/py-ebcdic/Makefile @@ -1,22 +1,24 @@ PORTNAME= ebcdic PORTVERSION= 1.1.1 +DISTVERSIONPREFIX= v CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= DtxdF@disroot.org COMMENT= Additional EBCDIC codecs -WWW= https://github.com/roskakori/CodecMapper +WWW= https://github.com/roskakori/CodecMapper LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= python:3.8+ +USES= python:3.8+ USE_GITHUB= yes GH_ACCOUNT= roskakori GH_PROJECT= CodecMapper -GH_TAGNAME= v1.1.1 USE_PYTHON= autoplist distutils unittest +NO_ARCH= yes + WRKSRC_SUBDIR= ${PORTNAME} .include