Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jun 2013 22:31:15 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320141 - in head/www/aws: . files
Message-ID:  <201306062231.r56MVFIn030487@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu Jun  6 22:31:15 2013
New Revision: 320141
URL: http://svnweb.freebsd.org/changeset/ports/320141

Log:
  Remove leftovers introduced in r320123.
  
  Submitted by:	John Marino <draco@marino.st>

Added:
  head/www/aws/files/patch-makefile   (contents, props changed)
Modified:
  head/www/aws/Makefile

Modified: head/www/aws/Makefile
==============================================================================
--- head/www/aws/Makefile	Thu Jun  6 22:25:11 2013	(r320140)
+++ head/www/aws/Makefile	Thu Jun  6 22:31:15 2013	(r320141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	aws
 PORTVERSION=	2.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://downloads.dragonlace.net/src/
 

Added: head/www/aws/files/patch-makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/aws/files/patch-makefile	Thu Jun  6 22:31:15 2013	(r320141)
@@ -0,0 +1,12 @@
+Prevent empty ${EXAMPLESDIR}/bin directory from being created
+
+--- makefile.orig	2011-01-09 14:48:05.000000000 +0000
++++ makefile
+@@ -437,7 +437,6 @@ endif
+ 	$(MKDIR) -p $(I_AGP)
+ 	$(MKDIR) -p $(I_TPL)
+ 	$(MKDIR) -p $(I_IMG)
+-	$(MKDIR) -p $(I_SBN)
+ 	$(MKDIR) -p $(I_PLG)
+ 	$(MKDIR) -p $(I_WEL)
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306062231.r56MVFIn030487>