aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2013-06-07 06:31:15 +0800
committerrakuco <rakuco@FreeBSD.org>2013-06-07 06:31:15 +0800
commitb77971c30f419bd32f9f86e84b899628997059b3 (patch)
treeece46e53053a0e877cd3c1cbd964e9ce5987eb97 /www
parent75f473aaf91a049779d4d74284793f287497a972 (diff)
downloadfreebsd-ports-gnome-b77971c30f419bd32f9f86e84b899628997059b3.tar.gz
freebsd-ports-gnome-b77971c30f419bd32f9f86e84b899628997059b3.tar.zst
freebsd-ports-gnome-b77971c30f419bd32f9f86e84b899628997059b3.zip
Remove leftovers introduced in r320123.
Submitted by: John Marino <draco@marino.st>
Diffstat (limited to 'www')
-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)
+