svn commit: r335468 - head/archivers/9e
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Dec 2 08:25:12 UTC 2013
Author: sunpoet
Date: Mon Dec 2 08:25:11 2013
New Revision: 335468
URL: http://svnweb.freebsd.org/changeset/ports/335468
Log:
- Add LICENSE
- Support STAGEDIR
- Update WWW
PR: ports/184423
Submitted by: Rodrigo Osorio <rodrigo at bebik.net> (maintainer)
Modified:
head/archivers/9e/Makefile (contents, props changed)
head/archivers/9e/pkg-descr (contents, props changed)
Modified: head/archivers/9e/Makefile
==============================================================================
--- head/archivers/9e/Makefile Mon Dec 2 08:25:08 2013 (r335467)
+++ head/archivers/9e/Makefile Mon Dec 2 08:25:11 2013 (r335468)
@@ -10,11 +10,16 @@ DISTNAME= 9e
MAINTAINER= rodrigo at 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>
Modified: head/archivers/9e/pkg-descr
==============================================================================
--- head/archivers/9e/pkg-descr Mon Dec 2 08:25:08 2013 (r335467)
+++ head/archivers/9e/pkg-descr Mon Dec 2 08:25:11 2013 (r335468)
@@ -17,4 +17,4 @@ If no file is named on the command line,
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
More information about the svn-ports-all
mailing list