diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-05-02 18:18:03 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-05-02 18:18:03 +0800 |
commit | d464b42ba93992d4a6ba64244bd2d13ac325e8ce (patch) | |
tree | 9c178d473ff625214c1dcc477662edf7710e0396 /textproc | |
parent | 230cad7fe1dc354b8458108863d373e2e789e326 (diff) | |
download | freebsd-ports-gnome-d464b42ba93992d4a6ba64244bd2d13ac325e8ce.tar.gz freebsd-ports-gnome-d464b42ba93992d4a6ba64244bd2d13ac325e8ce.tar.zst freebsd-ports-gnome-d464b42ba93992d4a6ba64244bd2d13ac325e8ce.zip |
Remove :DEFAULT where not required.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ibus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ibus/Makefile b/textproc/ibus/Makefile index 7cd04fddbd20..6c866c56a3e3 100644 --- a/textproc/ibus/Makefile +++ b/textproc/ibus/Makefile @@ -5,8 +5,8 @@ PORTNAME= ibus PORTVERSION= 1.5.18 PORTREVISION= 3 CATEGORIES= textproc -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/:DEFAULT -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:DEFAULT +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= henry.hu.sh@gmail.com |