diff --git a/astro/luna/Makefile b/astro/luna/Makefile index abf0ddd5e6c..541186d7afa 100644 --- a/astro/luna/Makefile +++ b/astro/luna/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2018/05/12 09:41:31 espie Exp $ +# $OpenBSD: Makefile,v 1.14 2018/07/15 08:36:38 espie Exp $ COMMENT= display the moon's phase @@ -17,7 +17,7 @@ PERMIT_PACKAGE_FTP= copyrighted PERMIT_DISTFILES_FTP= copyrighted WANTLIB= c -MASTER_SITES= ${_MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_FREEBSD} BUILD_DEPENDS= archivers/lha diff --git a/converters/ish/Makefile b/converters/ish/Makefile index 515a4adc404..b0bd600273e 100644 --- a/converters/ish/Makefile +++ b/converters/ish/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2018/01/13 03:00:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.23 2018/07/15 08:36:38 espie Exp $ COMMENT= binary-to-text file converter @@ -13,7 +13,7 @@ PERMIT_DISTFILES_FTP= no license WANTLIB += c MASTER_SITES= \ - ${_MASTER_SITE_FREEBSD} \ + ${MASTER_SITE_FREEBSD} \ http://www.unix.gr.jp/jnetcex/soft/ MAKE_FILE= makefile diff --git a/devel/bouml/Makefile b/devel/bouml/Makefile index 40f5cc95f11..edb5ed4e898 100644 --- a/devel/bouml/Makefile +++ b/devel/bouml/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 2018/06/29 22:16:10 espie Exp $ +# $OpenBSD: Makefile,v 1.29 2018/07/15 08:36:38 espie Exp $ COMMENT-main= free UML builder with extensions COMMENT-docs= bouml documentation @@ -18,7 +18,7 @@ HOMEPAGE= http://www.bouml.fr/ # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -MASTER_SITES= ${_MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_FREEBSD} MASTER_SITES0= ${HOMEPAGE} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/devel/dotconf/Makefile b/devel/dotconf/Makefile index 9584597717d..28025e380ac 100755 --- a/devel/dotconf/Makefile +++ b/devel/dotconf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2018/01/13 03:00:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.9 2018/07/15 08:36:38 espie Exp $ COMMENT= simple, powerful configuration-file parser @@ -14,7 +14,7 @@ HOMEPAGE= https://github.com/williamh/dotconf # LGPLv2.1 PERMIT_PACKAGE_CDROM= Yes -MASTER_SITES= ${_MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_FREEBSD} CONFIGURE_STYLE= gnu diff --git a/fonts/ko-baekmuk-fonts/Makefile b/fonts/ko-baekmuk-fonts/Makefile index 28dae68eb1b..747fddc9d88 100644 --- a/fonts/ko-baekmuk-fonts/Makefile +++ b/fonts/ko-baekmuk-fonts/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2018/01/13 03:00:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.10 2018/07/15 08:36:38 espie Exp $ PKG_ARCH= * @@ -10,7 +10,7 @@ PKGNAME= ko-baekmuk-fonts-${V} REVISION= 5 CATEGORIES= fonts korean x11 -MASTER_SITES= ${_MASTER_SITE_FREEBSD} \ +MASTER_SITES= ${MASTER_SITE_FREEBSD} \ ftp://ftp.mizi.com/pub/baekmuk/ HOMEPAGE= http://www.mizi.co.kr diff --git a/games/connect4/Makefile b/games/connect4/Makefile index 80c1991dc82..60b495591d7 100644 --- a/games/connect4/Makefile +++ b/games/connect4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2018/05/20 08:48:55 espie Exp $ +# $OpenBSD: Makefile,v 1.36 2018/07/15 08:36:38 espie Exp $ COMMENT= curses version of the classic game @@ -13,7 +13,7 @@ PERMIT_PACKAGE_FTP= no license PERMIT_DISTFILES_FTP= no license WANTLIB= c curses termcap -MASTER_SITES= ${_MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_FREEBSD} EXTRACT_SUFX= .Z EXTRACT_CASES= *.Z) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | \ ${_PERL_FIX_SHAR} | /bin/sh ;; diff --git a/games/xdeblock/Makefile b/games/xdeblock/Makefile index 3046f4ba44f..229dfa1a405 100644 --- a/games/xdeblock/Makefile +++ b/games/xdeblock/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2018/01/13 03:00:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.36 2018/07/15 08:36:38 espie Exp $ COMMENT= block action game @@ -7,7 +7,7 @@ PKGNAME= xdeblock-1.0 REVISION = 3 CATEGORIES= games -MASTER_SITES= ${_MASTER_SITE_FREEBSD} \ +MASTER_SITES= ${MASTER_SITE_FREEBSD} \ http://www.vector.co.jp/pack/unix/game/action/block/ EXTRACT_SUFX= .tgz diff --git a/misc/jive/Makefile b/misc/jive/Makefile index 8ebfa4d63dc..7defef5f76d 100644 --- a/misc/jive/Makefile +++ b/misc/jive/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.27 2018/01/13 03:00:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.28 2018/07/15 08:36:39 espie Exp $ COMMENT= convert English text to Jive DISTNAME= jive-1.1 CATEGORIES= misc -MASTER_SITES= ${_MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_FREEBSD} # License: NONE PERMIT_PACKAGE_CDROM= no license diff --git a/security/tempwatch/Makefile b/security/tempwatch/Makefile index 9c344093b66..9410f51919f 100644 --- a/security/tempwatch/Makefile +++ b/security/tempwatch/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2018/01/13 03:00:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.24 2018/07/15 08:36:39 espie Exp $ COMMENT= temporary file auditing tool @@ -13,7 +13,7 @@ DIST_SUBDIR= tempwatch DISTFILES= l0pht-watch${EXTRACT_SUFX} watch.txt:0 EXTRACT_ONLY= l0pht-watch${EXTRACT_SUFX} -MASTER_SITES= ${_MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_FREEBSD} MASTER_SITES0= https://distfiles.bsdfrog.org/ WRKDIST= ${WRKDIR}/temp-watch diff --git a/tests/portbump/t2/Makefile.inc b/tests/portbump/t2/Makefile.inc index 7e4ce40fe07..eddb23e9c2a 100644 --- a/tests/portbump/t2/Makefile.inc +++ b/tests/portbump/t2/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.8 2018/06/27 16:18:56 zhuk Exp $ +# $OpenBSD: Makefile.inc,v 1.9 2018/07/15 08:36:39 espie Exp $ COMMENT-main= server-side HTML-embedded scripting language COMMENT-fastcgi= stand-alone FastCGI version of PHP @@ -24,7 +24,7 @@ MASTER_SITES= http://se.php.net/distributions/ \ MASTER_SITES0= http://spacehopper.org/mirrors/ \ http://download.suhosin.org/ \ http://blade2k.humppa.hu/ \ - ${_MASTER_SITE_FREEBSD} + ${MASTER_SITE_FREEBSD} # UPGRADERS: please read BOTH the PHP and Zend licenses # and make sure they are safe before an upgrade diff --git a/textproc/pinfo/Makefile b/textproc/pinfo/Makefile index d32b15bece2..0f7311ec18f 100644 --- a/textproc/pinfo/Makefile +++ b/textproc/pinfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2018/01/13 03:00:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.15 2018/07/15 08:36:39 espie Exp $ COMMENT= info viewer with lynx-style navigation @@ -11,7 +11,7 @@ HOMEPAGE= https://alioth.debian.org/frs/?group_id=30592 MAINTAINER= Marc Espie MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/434/ \ - ${_MASTER_SITE_FREEBSD} + ${MASTER_SITE_FREEBSD} # GPLv2 PERMIT_PACKAGE_CDROM= Yes diff --git a/www/phantomjs/Makefile b/www/phantomjs/Makefile index 9add5e5c719..364a4df1da3 100644 --- a/www/phantomjs/Makefile +++ b/www/phantomjs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2017/12/18 11:54:51 jca Exp $ +# $OpenBSD: Makefile,v 1.22 2018/07/15 08:36:39 espie Exp $ USE_WXNEEDED = Yes @@ -9,7 +9,7 @@ DPB_PROPERTIES = nojunk parallel COMMENT = headless WebKit scriptable with a JavaScript API -MASTER_SITES= ${_MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_FREEBSD} DISTNAME = phantomjs-2.1.1 REVISION = 5 DISTFILES = ariya-${DISTNAME}_GH0.tar.gz \ diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile index 967696a5a74..c4937e6f67b 100644 --- a/x11/xfishtank/Makefile +++ b/x11/xfishtank/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2018/05/17 10:23:12 espie Exp $ +# $OpenBSD: Makefile,v 1.27 2018/07/15 08:36:39 espie Exp $ COMMENT= fish swim in the background of your screen @@ -6,7 +6,7 @@ DISTNAME= xfishtank-2.2 REVISION= 2 CATEGORIES= x11 -MASTER_SITES= ${_MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_FREEBSD} PERMIT_PACKAGE_CDROM= no license PERMIT_PACKAGE_FTP= no license diff --git a/x11/xmold/Makefile b/x11/xmold/Makefile index 1d0e5fdca13..bd7134d198f 100644 --- a/x11/xmold/Makefile +++ b/x11/xmold/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.27 2018/05/17 10:21:41 espie Exp $ +# $OpenBSD: Makefile,v 1.28 2018/07/15 08:36:39 espie Exp $ COMMENT= mold spreading over your X11 screen @@ -13,7 +13,7 @@ PERMIT_DISTFILES_FTP= no license WANTLIB= X11 Xau Xdmcp Xext c m -MASTER_SITES= ${_MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_FREEBSD} MAKE_FLAGS= CC="${CC}" \ CCOPTIONS="${CFLAGS}" diff --git a/x11/xtattr/Makefile b/x11/xtattr/Makefile index 3a849dcfccf..5ec3302ad23 100644 --- a/x11/xtattr/Makefile +++ b/x11/xtattr/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2018/01/13 03:00:46 bentley Exp $ +# $OpenBSD: Makefile,v 1.25 2018/07/15 08:36:39 espie Exp $ COMMENT= changing xterm attributes @@ -10,7 +10,7 @@ PERMIT_PACKAGE_CDROM= no license PERMIT_PACKAGE_FTP= no license PERMIT_DISTFILES_FTP= no license -MASTER_SITES = ${_MASTER_SITE_FREEBSD} +MASTER_SITES = ${MASTER_SITE_FREEBSD} WANTLIB= c CONFIGURE_STYLE= imake