aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-06-06 23:25:42 +0800
committermat <mat@FreeBSD.org>2016-06-06 23:25:42 +0800
commit5170c5aedf2eb01a419032e804609ea5ed5f2399 (patch)
tree959bd486ed1d5cb195e1ead74c2376ef2eddd420 /deskutils
parent89037ce523f3d0ece62cc99036d5e2ae70ff9edb (diff)
downloadfreebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.gz
freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.tar.zst
freebsd-ports-gnome-5170c5aedf2eb01a419032e804609ea5ed5f2399.zip
Remove unneeded usage of:
- MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/ganttproject/Makefile3
-rw-r--r--deskutils/teapot/Makefile2
2 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/ganttproject/Makefile b/deskutils/ganttproject/Makefile
index f5c299270ef8..98c23e39dee3 100644
--- a/deskutils/ganttproject/Makefile
+++ b/deskutils/ganttproject/Makefile
@@ -5,8 +5,7 @@ PORTNAME= ganttproject
PORTVERSION= 2.7.1
DISTVERSIONSUFFIX= -r1924
CATEGORIES= deskutils java
-MASTER_SITES= https://dl.ganttproject.biz/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
+MASTER_SITES= https://dl.ganttproject.biz/${PORTNAME}-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Gantt chart based project scheduling and management tool
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile
index 99f4b13f1f30..108a9237945b 100644
--- a/deskutils/teapot/Makefile
+++ b/deskutils/teapot/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 2.3.0
CATEGORIES= deskutils
MASTER_SITES= http://www.syntax-k.de/projekte/${PORTNAME}/ \
http://www.syntax-k.de/projekte/${PORTNAME}/:docs
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${DISTNAME:C/^./T/}-Linux-i386${EXTRACT_SUFX}:docs
MAINTAINER= ports@FreeBSD.org