svn commit: r337552 - head/archivers/unzip-iconv

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 26 16:44:46 UTC 2013


Author: bapt
Date: Thu Dec 26 16:44:45 2013
New Revision: 337552
URL: http://svnweb.freebsd.org/changeset/ports/337552

Log:
  The master being stage safe, the slave is also stage safe

Modified:
  head/archivers/unzip-iconv/Makefile

Modified: head/archivers/unzip-iconv/Makefile
==============================================================================
--- head/archivers/unzip-iconv/Makefile	Thu Dec 26 16:44:05 2013	(r337551)
+++ head/archivers/unzip-iconv/Makefile	Thu Dec 26 16:44:45 2013	(r337552)
@@ -8,9 +8,6 @@ COMMENT=	Unzip with iconv patches
 
 CONFLICTS=	unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* zh-unzip-[0-9]*
 
-NO_STAGE=	yes
-MASTERDIR=	${.CURDIR}/../unzip
-
 WITH_ICONV=	yes
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list