diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 16:25:11 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 16:25:11 +0800 |
commit | a98728bc5e09b1d6c66f4b27761cb958bf2dca09 (patch) | |
tree | f906950e6cd150010a989285be30f8b750b2cb4a /archivers/9e | |
parent | 08544a0870d434271770454e67e1910a15bdca23 (diff) | |
download | freebsd-ports-gnome-a98728bc5e09b1d6c66f4b27761cb958bf2dca09.tar.gz freebsd-ports-gnome-a98728bc5e09b1d6c66f4b27761cb958bf2dca09.tar.zst freebsd-ports-gnome-a98728bc5e09b1d6c66f4b27761cb958bf2dca09.zip |
- Add LICENSE
- Support STAGEDIR
- Update WWW
PR: ports/184423
Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
Diffstat (limited to 'archivers/9e')
-rw-r--r-- | archivers/9e/Makefile | 9 | ||||
-rw-r--r-- | archivers/9e/pkg-descr | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile index c0bd700dde38..7c9e9c6cbddc 100644 --- a/archivers/9e/Makefile +++ b/archivers/9e/Makefile @@ -10,11 +10,16 @@ DISTNAME= 9e MAINTAINER= rodrigo@bebik.net COMMENT= Explode Plan9 archives -NO_STAGE= yes +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 + PLIST_FILES= bin/9e MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS="" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/9e ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> diff --git a/archivers/9e/pkg-descr b/archivers/9e/pkg-descr index 6cc009e97b08..a42e353c5f54 100644 --- a/archivers/9e/pkg-descr +++ b/archivers/9e/pkg-descr @@ -17,4 +17,4 @@ If no file is named on the command line, standard input is assumed. Note that the input file must be a decompressed archive (decompress with gzip). -WWW: http://www.eecs.harvard.edu/~wkj/Software/9e/ +WWW: http://www.bebik.net/doku.php?id=software:9e |