[Midnightbsd-cvs] mports [16715] trunk/misc/susv2/Makefile: use bzip2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 30 08:55:03 EDT 2014


Revision: 16715
          http://svnweb.midnightbsd.org/mports/?rev=16715
Author:   laffer1
Date:     2014-08-30 08:55:02 -0400 (Sat, 30 Aug 2014)
Log Message:
-----------
use bzip2

Modified Paths:
--------------
    trunk/misc/susv2/Makefile

Modified: trunk/misc/susv2/Makefile
===================================================================
--- trunk/misc/susv2/Makefile	2014-08-30 12:54:22 UTC (rev 16714)
+++ trunk/misc/susv2/Makefile	2014-08-30 12:55:02 UTC (rev 16715)
@@ -1,10 +1,5 @@
-# New ports collection makefile for:	susv2
-# Date created:		11 April 2002
-# Whom:			Simon 'corecode' Schubert <corecode at corecode.ath.cx>
-#
 # $MidnightBSD$
 # $FreeBSD: ports/misc/susv2/Makefile,v 1.4 2006/01/14 10:07:33 sem Exp $
-#
 
 PORTNAME=	susv2
 PORTVERSION=	1.0
@@ -14,11 +9,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Single UNIX Specification Version 2
+
 LICENSE=	restricted
 
 RESTRICTED=	Redistribution of the documents is not permitted
 
-USE_BZIP2=	yes
+USES=		tar:bzip2
 NO_BUILD=	yes
 PORTDOCS=	*
 



More information about the Midnightbsd-cvs mailing list