aboutsummaryrefslogtreecommitdiff
path: root/www/aws
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-06-06 22:31:15 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-06-06 22:31:15 +0000
commitc9c5de0c6d3ac3cabae81ff8c21dcc0040fb17eb (patch)
treeece46e53053a0e877cd3c1cbd964e9ce5987eb97 /www/aws
parent1ff69f1ed8060a2aea95ecdaddd5702ce361e629 (diff)
downloadports-c9c5de0c6d3ac3cabae81ff8c21dcc0040fb17eb.tar.gz
ports-c9c5de0c6d3ac3cabae81ff8c21dcc0040fb17eb.zip
Remove leftovers introduced in r320123.
Submitted by: John Marino <draco@marino.st>
Notes
Notes: svn path=/head/; revision=320141
Diffstat (limited to 'www/aws')
-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)
+