git: 67afa67bfbb4 - main - archivers/py-compressed-rtf: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:20:20 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67afa67bfbb4f51e42ab517803a1b32df9fef7c0
commit 67afa67bfbb4f51e42ab517803a1b32df9fef7c0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:46:29 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 13:02:35 +0000
archivers/py-compressed-rtf: Add NO_ARCH
- With I'm here, fix indent
Approved by: portmgr (blanket)
---
archivers/py-compressed-rtf/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/archivers/py-compressed-rtf/Makefile b/archivers/py-compressed-rtf/Makefile
index 4656c2d706dd..13ecfe9a31bb 100644
--- a/archivers/py-compressed-rtf/Makefile
+++ b/archivers/py-compressed-rtf/Makefile
@@ -7,12 +7,14 @@ DISTNAME= compressed_rtf-${PORTVERSION}
MAINTAINER= DtxdF@disroot.org
COMMENT= Compressed RTF compression and decompression package
-WWW= https://github.com/delimitry/compressed_rtf
+WWW= https://github.com/delimitry/compressed_rtf
LICENSE= MIT
LICENSE_FILE= ${FILESDIR}/LICENSE
-USES= python:3.8+
+USES= python:3.8+
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>