aboutsummaryrefslogtreecommitdiff
path: root/misc/wotsap
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-09-29 23:32:33 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-09-29 23:32:33 +0000
commit8dc78a8cbef79b2dc10e67f4ecc8740df2f42c8d (patch)
treef80d06e118828d6a954dff1057b9236b9daf7be4 /misc/wotsap
parent23f2e96944897444bfed7dc56c3f6475f5b03f1b (diff)
downloadports-8dc78a8cbef79b2dc10e67f4ecc8740df2f42c8d.tar.gz
ports-8dc78a8cbef79b2dc10e67f4ecc8740df2f42c8d.zip
Notes
Diffstat (limited to 'misc/wotsap')
-rw-r--r--misc/wotsap/Makefile7
1 files changed, 3 insertions, 4 deletions
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 <bsd.port.mk>