svn commit: r373030 - head/shells/mksh

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 22 02:18:13 UTC 2014


Author: bapt
Date: Sat Nov 22 02:18:12 2014
New Revision: 373030
URL: https://svnweb.freebsd.org/changeset/ports/373030
QAT: https://qat.redports.org/buildarchive/r373030/

Log:
  Let the ports tree determine the DISTFILES name

Modified:
  head/shells/mksh/Makefile

Modified: head/shells/mksh/Makefile
==============================================================================
--- head/shells/mksh/Makefile	Sat Nov 22 02:10:21 2014	(r373029)
+++ head/shells/mksh/Makefile	Sat Nov 22 02:18:12 2014	(r373030)
@@ -4,16 +4,15 @@
 PORTNAME=	mksh
 PORTVERSION=	50d
 DISTVERSIONPREFIX=	R
-DISTVERSION=	${DISTVERSIONPREFIX}${PORTVERSION}
 PORTREVISION=	1
 CATEGORIES=	shells
 MASTER_SITES=	http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
 		http://pub.allbsd.org/MirOS/dist/mir/mksh/
-DISTFILES=	${PORTNAME}-${DISTVERSION}.tgz
 
 MAINTAINER=	olivierd at FreeBSD.org
 COMMENT=	MirBSD Korn Shell
 
+USES=		tar:tgz
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 OPTIONS_DEFINE=	EXAMPLES


More information about the svn-ports-all mailing list