diff options
| author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-06 22:31:15 +0000 |
|---|---|---|
| committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2013-06-06 22:31:15 +0000 |
| commit | c9c5de0c6d3ac3cabae81ff8c21dcc0040fb17eb (patch) | |
| tree | ece46e53053a0e877cd3c1cbd964e9ce5987eb97 /www/aws/files/patch-makefile | |
| parent | Fix display of port fail reasons on the latest_buildports page with (diff) | |
Remove leftovers introduced in r320123.
Submitted by: John Marino <draco@marino.st>
Diffstat (limited to 'www/aws/files/patch-makefile')
| -rw-r--r-- | www/aws/files/patch-makefile | 12 |
1 files changed, 12 insertions, 0 deletions
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) + |
