Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 23:32:33 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328759 - head/misc/wotsap
Message-ID:  <201309292332.r8TNWXmW031944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Sep 29 23:32:33 2013
New Revision: 328759
URL: http://svnweb.freebsd.org/changeset/ports/328759

Log:
  - Change maintainer email to @FreeBSD.org
  - Add stage support
  
  Approved by:	wg (mentor)

Modified:
  head/misc/wotsap/Makefile

Modified: head/misc/wotsap/Makefile
==============================================================================
--- head/misc/wotsap/Makefile	Sun Sep 29 23:32:01 2013	(r328758)
+++ head/misc/wotsap/Makefile	Sun Sep 29 23:32:33 2013	(r328759)
@@ -7,7 +7,7 @@ CATEGORIES=	misc
 MASTER_SITES=	http://www.lysator.liu.se/~jc/wotsap/download/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Web of trust statistics and pathfinder
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging
@@ -18,9 +18,8 @@ NO_BUILD=	yes
 PLIST_FILES=	bin/pks2wot bin/wotsap
 PORTSCOUT=	ignore:1
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/pks2wot ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/wotsap ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/pks2wot ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/wotsap ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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