aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-05-31 15:36:08 +0800
committerdemon <demon@FreeBSD.org>2004-05-31 15:36:08 +0800
commitf84a4385d84a06386b0cd69aa3a90559a6c24ec9 (patch)
treea745d64ab0ff54fe2e84e12ba432f0922e5931e2 /databases
parentb2e170582cee9edea6ad640d987dbf476925e586 (diff)
downloadfreebsd-ports-gnome-f84a4385d84a06386b0cd69aa3a90559a6c24ec9.tar.gz
freebsd-ports-gnome-f84a4385d84a06386b0cd69aa3a90559a6c24ec9.tar.zst
freebsd-ports-gnome-f84a4385d84a06386b0cd69aa3a90559a6c24ec9.zip
Fix MASTER_SITE_SUBDIR.
PR: 67227 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-navigator/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-navigator/Makefile b/databases/mysql-navigator/Makefile
index b207f21722df..b2d95ea188c9 100644
--- a/databases/mysql-navigator/Makefile
+++ b/databases/mysql-navigator/Makefile
@@ -10,8 +10,8 @@ PORTVERSION= 1.4.2
PORTREVISION= 2
CATEGORIES= databases kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= mysqlnavigator-${PORTVERSION}
+MASTER_SITE_SUBDIR= ${PORTNAME:S/-//}
+DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION}
MAINTAINER= demon@FreeBSD.org
COMMENT= MySQL database server administration package for KDE