svn commit: r304842 - head/devel/zookeeper

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Sep 25 15:33:42 UTC 2012


Author: lwhsu
Date: Tue Sep 25 15:33:41 2012
New Revision: 304842
URL: http://svn.freebsd.org/changeset/ports/304842

Log:
  - Fix MASTER_SITE_SUBDIR
  
  Approved by:	maintainer implicitly

Modified:
  head/devel/zookeeper/Makefile

Modified: head/devel/zookeeper/Makefile
==============================================================================
--- head/devel/zookeeper/Makefile	Tue Sep 25 15:26:43 2012	(r304841)
+++ head/devel/zookeeper/Makefile	Tue Sep 25 15:33:41 2012	(r304842)
@@ -9,7 +9,7 @@ PORTNAME=	zookeeper
 PORTVERSION=	3.3.6
 CATEGORIES=	devel java
 MASTER_SITES=	${MASTER_SITE_APACHE}
-MASTER_SITE_SUBDIR=	zookeeper/stable
+MASTER_SITE_SUBDIR=	zookeeper/zookeeper-${PORTVERSION}
 
 MAINTAINER=	gnn at FreeBSD.org
 COMMENT=	A Coordination Service for Distributed Applications



More information about the svn-ports-all mailing list