svn commit: r336819 - head/audio/penguinsap

Emanuel Haupt ehaupt at FreeBSD.org
Wed Dec 18 11:54:57 UTC 2013


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 at FreeBSD.org
 COMMENT=	Command-line Atari(TM) .sap player
 
-USES=		compiler
-USE_DOS2UNIX=	yes
+USES=		compiler dos2unix
 
 SOURCES=	sapPokey pokey1 sapCpu sapEngine main pokey0
 


More information about the svn-ports-head mailing list