Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 11:54:57 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336819 - head/audio/penguinsap
Message-ID:  <201312181154.rBIBsvUV070741@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Dec 18 11:54:56 2013
New Revision: 336819
URL: http://svnweb.freebsd.org/changeset/ports/336819

Log:
  Use dos2unix USES macro.

Modified:
  head/audio/penguinsap/Makefile

Modified: head/audio/penguinsap/Makefile
==============================================================================
--- head/audio/penguinsap/Makefile	Wed Dec 18 11:53:20 2013	(r336818)
+++ head/audio/penguinsap/Makefile	Wed Dec 18 11:54:56 2013	(r336819)
@@ -9,8 +9,7 @@ MASTER_SITES=	CRITICAL
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Command-line Atari(TM) .sap player
 
-USES=		compiler
-USE_DOS2UNIX=	yes
+USES=		compiler dos2unix
 
 SOURCES=	sapPokey pokey1 sapCpu sapEngine main pokey0
 



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