aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/valknut/Makefile
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-11-01 02:29:58 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-11-01 02:29:58 +0000
commit27c624dbf5bb5e2c566ecce751bb7420b0385865 (patch)
tree4b1607768fa0eacb32531c08744df56370766e33 /net-p2p/valknut/Makefile
parent8ca22297a1bf797179f0398ed7eabf92df544f35 (diff)
downloadports-27c624dbf5bb5e2c566ecce751bb7420b0385865.tar.gz
ports-27c624dbf5bb5e2c566ecce751bb7420b0385865.zip
Notes
Diffstat (limited to 'net-p2p/valknut/Makefile')
-rw-r--r--net-p2p/valknut/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile
index a5c203b0c430..94125102975c 100644
--- a/net-p2p/valknut/Makefile
+++ b/net-p2p/valknut/Makefile
@@ -6,11 +6,10 @@
# $FreeBSD$
#
-PORTNAME= dcgui
-PORTVERSION= 0.3.2
+PORTNAME= valknut
+PORTVERSION= 0.3.3
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/dcgui/
-DISTNAME= dcgui-qt-${PORTVERSION}
MAINTAINER= markus@FreeBSD.org
COMMENT= A Direct Connect client QT GUI
@@ -31,7 +30,4 @@ post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>