summaryrefslogtreecommitdiff
path: root/deskutils/teapot/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-06 15:25:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-06 15:25:42 +0000
commit7f304f06332ccf9ffd505d1e3eec2e9723210b60 (patch)
tree959bd486ed1d5cb195e1ead74c2376ef2eddd420 /deskutils/teapot/Makefile
parentFix having the :DEFAULT MASTER_SITES entries ending up being there twice (diff)
Remove unneeded usage of:
- MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=416469
Diffstat (limited to '')
-rw-r--r--deskutils/teapot/Makefile2
1 files changed, 1 insertions, 1 deletions
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