mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
archivers/9e: Update WWW
Homepage link is dead (HTTP 404) Also reordeder Makefile components to make portclippy happy
This commit is contained in:
parent
ab0fa5a36a
commit
7b29fde72c
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue