Skip to content

Commit

Permalink
archivers/9e: Update WWW
Browse files Browse the repository at this point in the history
Homepage link is dead (HTTP 404)
Also reordeder Makefile components to make portclippy happy
  • Loading branch information
rosorio committed Oct 30, 2023
1 parent ab0fa5a commit 7b29fde
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions archivers/9e/Makefile
Expand Up @@ -6,16 +6,19 @@ 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
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
Expand Down

0 comments on commit 7b29fde

Please sign in to comment.