ports/net-mgmt/netdot/files/patch-Makefile
Mathieu Arnold ed8cbbff3e Fix build as a user.
Bump PORTREVISION because I think the package changed a bit.

Sponsored by:	Absolight
2015-12-18 16:47:05 +00:00

11 lines
274 B
Text

--- Makefile.orig 2014-12-08 20:24:38 UTC
+++ Makefile
@@ -96,8 +96,6 @@ dir:
mkdir -m $(DMOD) -p $(STAGEDIR)/$$dir ; \
fi ; \
done
- chown -R $(APACHEUSER):$(APACHEGROUP) $(STAGEDIR)/tmp
- chmod 750 $(STAGEDIR)/tmp
htdocs:
cd $@ ; $(MAKE) all DIR=$@