diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-06-07 06:31:15 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-06-07 06:31:15 +0800 |
commit | b77971c30f419bd32f9f86e84b899628997059b3 (patch) | |
tree | ece46e53053a0e877cd3c1cbd964e9ce5987eb97 /www | |
parent | 75f473aaf91a049779d4d74284793f287497a972 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | www/aws/files/patch-makefile | 12 |
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) + |