diff options
author | demon <demon@FreeBSD.org> | 2004-05-31 15:36:08 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-05-31 15:36:08 +0800 |
commit | f84a4385d84a06386b0cd69aa3a90559a6c24ec9 (patch) | |
tree | a745d64ab0ff54fe2e84e12ba432f0922e5931e2 /databases | |
parent | b2e170582cee9edea6ad640d987dbf476925e586 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |