diff options
author | mat <mat@FreeBSD.org> | 2017-09-22 16:30:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-09-22 16:30:43 +0800 |
commit | 7a8b008a43c56d1d84e1202d7a9b779ac1bdf14d (patch) | |
tree | 43931cfb78ee57cba3e84f21d1bbef91c5d5e90d | |
parent | 465e48f530de3079e8852c5815f32eef4ed698dc (diff) | |
download | freebsd-ports-gnome-7a8b008a43c56d1d84e1202d7a9b779ac1bdf14d.tar.gz freebsd-ports-gnome-7a8b008a43c56d1d84e1202d7a9b779ac1bdf14d.tar.zst freebsd-ports-gnome-7a8b008a43c56d1d84e1202d7a9b779ac1bdf14d.zip |
Use the MASTER_SITES macros correctly.
Sponsored by: Absolight
-rw-r--r-- | games/alienarena-data/Makefile | 2 | ||||
-rw-r--r-- | games/alienarena/Makefile | 2 | ||||
-rw-r--r-- | graphics/libjxr/Makefile | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/games/alienarena-data/Makefile b/games/alienarena-data/Makefile index b91f43097298..e3d70b997559 100644 --- a/games/alienarena-data/Makefile +++ b/games/alienarena-data/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/distfiles/ \ http://offload1.icculus.org:9090/alienarena/Files/ \ http://icculus.org/alienarena/Files/ \ http://red.planetarena.org/files/ \ - ${MASTER_SITE_GENTOO:S|$|distfiles/|} + GENTOO PKGNAMESUFFIX= -data DISTNAME= ${PORTNAME}-7.66-linux20130827 diff --git a/games/alienarena/Makefile b/games/alienarena/Makefile index 959181beac49..6b2422f02d44 100644 --- a/games/alienarena/Makefile +++ b/games/alienarena/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SF/alienarena.mirror/Alien%20Arena%207.66/ \ http://icculus.org/alienarena/Files/ \ http://red.planetarena.org/files/ \ - ${MASTER_SITE_GENTOO:S|$|distfiles/|} + GENTOO DISTNAME= ${PORTNAME}-7.66-linux20130827 MAINTAINER= acm@FreeBSD.org diff --git a/graphics/libjxr/Makefile b/graphics/libjxr/Makefile index 50887f75cd26..435c2146ef75 100644 --- a/graphics/libjxr/Makefile +++ b/graphics/libjxr/Makefile @@ -3,8 +3,7 @@ PORTNAME= jxrlib PORTVERSION= 1.1 CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR=pool/main/j/jxrlib +MASTER_SITES= DEBIAN DISTFILES= jxrlib_${PORTVERSION}.orig.tar.gz \ jxrlib_${PORTVERSION}-6.debian.tar.xz |