svn commit: r336818 - head/archivers/unmass

Emanuel Haupt ehaupt at FreeBSD.org
Wed Dec 18 11:53:21 UTC 2013


Author: ehaupt
Date: Wed Dec 18 11:53:20 2013
New Revision: 336818
URL: http://svnweb.freebsd.org/changeset/ports/336818

Log:
  Use dos2unix USES macro.

Modified:
  head/archivers/unmass/Makefile

Modified: head/archivers/unmass/Makefile
==============================================================================
--- head/archivers/unmass/Makefile	Wed Dec 18 11:40:36 2013	(r336817)
+++ head/archivers/unmass/Makefile	Wed Dec 18 11:53:20 2013	(r336818)
@@ -12,9 +12,8 @@ COMMENT=	Extract game archives such as w
 
 LICENSE=	GPLv2
 
-USES=		gmake
+USES=		gmake dos2unix
 GNU_CONFIGURE=	yes
-USE_DOS2UNIX=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/kdev
 


More information about the svn-ports-head mailing list