Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2018 14:07:22 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460183 - head/misc/help2man
Message-ID:  <201801281407.w0SE7Mmo028345@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 28 14:07:21 2018
New Revision: 460183
URL: https://svnweb.freebsd.org/changeset/ports/460183

Log:
  Simplify MASTER_SITES

Modified:
  head/misc/help2man/Makefile

Modified: head/misc/help2man/Makefile
==============================================================================
--- head/misc/help2man/Makefile	Sun Jan 28 13:54:30 2018	(r460182)
+++ head/misc/help2man/Makefile	Sun Jan 28 14:07:21 2018	(r460183)
@@ -4,7 +4,7 @@
 PORTNAME=	help2man
 PORTVERSION=	1.47.5
 CATEGORIES=	misc
-MASTER_SITES=	GNU/${PORTNAME}
+MASTER_SITES=	GNU
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Automatically generating simple manual pages from program output



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801281407.w0SE7Mmo028345>