summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2011-01-04 14:22:29 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2011-01-04 14:22:29 +0000
commit7f4773c8a67f7db491f89bc1e937555843b2218e (patch)
treea1ced3223a39c7c980e30db92140ddc3aa020a3f
parent- add reload target (diff)
Adjust PORTNAME so it doesn't conflict with existing port net/smb4k
Pointyhat: jpaetzel
Notes
Notes: svn path=/head/; revision=267381
-rw-r--r--net/smb4k-kde4/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/smb4k-kde4/Makefile b/net/smb4k-kde4/Makefile
index 941d2d1203d5..82033520c594 100644
--- a/net/smb4k-kde4/Makefile
+++ b/net/smb4k-kde4/Makefile
@@ -5,12 +5,13 @@
# $FreeBSD$
#
-PORTNAME= smb4k
+PORTNAME= smb4k-kde4
PORTVERSION= 0.10.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= smb4k
+DISTNAME= smb4k-${PORTVERSION}
MAINTAINER= jpaetzel@FreeBSD.org
COMMENT= KDE 4.x SMB Network browser and SMB shares mounting center
@@ -29,7 +30,7 @@ USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT_VER= 4
QT_COMPONENTS= corelib gui network opengl script svg webkit \
qmake_build moc_build rcc_build uic_build phonon
-DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
+DOCSDIR= ${PREFIX}/share/doc/HTML/en/smb4k
SUB_FILES= pkg-message
.if defined(WITHOUT_NLS)