git: 7b29fde72c3a - main - archivers/9e: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Oct 2023 22:39:36 UTC
The branch main has been updated by rodrigo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7b29fde72c3aab0cbcd4e6f5d91edaa6044b9784
commit 7b29fde72c3aab0cbcd4e6f5d91edaa6044b9784
Author: Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-10-26 13:28:12 +0000
Commit: Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-10-30 22:37:05 +0000
archivers/9e: Update WWW
Homepage link is dead (HTTP 404)
Also reordeder Makefile components to make portclippy happy
---
archivers/9e/Makefile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile
index ab9b4a17b7b6..126fd9752271 100644
--- a/archivers/9e/Makefile
+++ b/archivers/9e/Makefile
@@ -6,7 +6,7 @@ DISTNAME= 9e
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Explode Plan9 archives
-WWW= http://www.bebik.net/doku.php?id=software:9e
+WWW= https://osorio.me/projects/dev/9e/
LICENSE= LPL
LICENSE_GROUPS= OSI
@@ -14,8 +14,11 @@ LICENSE_NAME= Lucent Public License
LICENSE_TEXT= http://opensource.org/licenses/LPL-1.02
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+MAKE_ARGS= CC="${CC}" \
+ CFLAGS="${CFLAGS}" \
+ HDRS="" \
+ LIBS=""
PLIST_FILES= bin/9e
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/9e ${STAGEDIR}${PREFIX}/bin