From 8dc78a8cbef79b2dc10e67f4ecc8740df2f42c8d Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Sun, 29 Sep 2013 23:32:33 +0000 Subject: - Change maintainer email to @FreeBSD.org - Add stage support Approved by: wg (mentor) --- misc/wotsap/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'misc/wotsap') diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile index 959e182bc262..6bb29a38b9a0 100644 --- a/misc/wotsap/Makefile +++ b/misc/wotsap/Makefile @@ -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 -- cgit v1.2.3