summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/aws/Makefile2
-rw-r--r--www/aws/files/patch-makefile12
2 files changed, 13 insertions, 1 deletions
diff --git a/www/aws/Makefile b/www/aws/Makefile
index 152fe1bb87a4..37f350e2e1f4 100644
--- a/www/aws/Makefile
+++ b/www/aws/Makefile
@@ -3,7 +3,7 @@
PORTNAME= aws
PORTVERSION= 2.10.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://downloads.dragonlace.net/src/
diff --git a/www/aws/files/patch-makefile b/www/aws/files/patch-makefile
new file mode 100644
index 000000000000..262ee259c916
--- /dev/null
+++ b/www/aws/files/patch-makefile
@@ -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)
+