aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2013-05-12 06:23:52 +0800
committerrakuco <rakuco@FreeBSD.org>2013-05-12 06:23:52 +0800
commitb6643b1e2a8e73467aece93b275fe316f3069154 (patch)
tree8ba216e8d4b787a7adc622c959252756c1839fbb
parentef56e37f6c7ef3a5d281dfef555af862fcbf5b7b (diff)
downloadfreebsd-ports-gnome-b6643b1e2a8e73467aece93b275fe316f3069154.tar.gz
freebsd-ports-gnome-b6643b1e2a8e73467aece93b275fe316f3069154.tar.zst
freebsd-ports-gnome-b6643b1e2a8e73467aece93b275fe316f3069154.zip
Fix MASTER_SITES.
Version 2.0 is located one directory up. PR: ports/178460 Submitted by: John Marino <draco@marino.st> (maintainer)
-rw-r--r--devel/cmph/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cmph/Makefile b/devel/cmph/Makefile
index 3838d56a1e86..341fd895751c 100644
--- a/devel/cmph/Makefile
+++ b/devel/cmph/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cmph
PORTVERSION= 2.0
CATEGORIES= devel
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= jessekempf@gmail.com
COMMENT= Minimal perfect hashes for C