svn commit: r338633 - in head: chinese/unzip russian/unzip

Antoine Brodin antoine at FreeBSD.org
Sat Jan 4 09:04:22 UTC 2014


Author: antoine
Date: Sat Jan  4 09:04:21 2014
New Revision: 338633
URL: http://svnweb.freebsd.org/changeset/ports/338633

Log:
  Fix packaging after MASTER port was staged

Modified:
  head/chinese/unzip/Makefile
  head/russian/unzip/Makefile

Modified: head/chinese/unzip/Makefile
==============================================================================
--- head/chinese/unzip/Makefile	Sat Jan  4 08:33:06 2014	(r338632)
+++ head/chinese/unzip/Makefile	Sat Jan  4 09:04:21 2014	(r338633)
@@ -11,5 +11,4 @@ MASTERDIR=	${.CURDIR}/../../archivers/un
 
 EXTRA_PATCHES=	${.CURDIR}/files/patch-fileio.c
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/russian/unzip/Makefile
==============================================================================
--- head/russian/unzip/Makefile	Sat Jan  4 08:33:06 2014	(r338632)
+++ head/russian/unzip/Makefile	Sat Jan  4 09:04:21 2014	(r338633)
@@ -12,5 +12,4 @@ EXTRA_PATCHES=	${.CURDIR}/files/patch-eb
 
 MASTERDIR=	${.CURDIR}/../../archivers/unzip
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list