Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 2013 08:25:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335468 - head/archivers/9e
Message-ID:  <201312020825.rB28PCVo024752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312020825.rB28PCVo024752>