diff options
Diffstat (limited to 'www/erlang-webmachine/Makefile')
-rw-r--r-- | www/erlang-webmachine/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/erlang-webmachine/Makefile b/www/erlang-webmachine/Makefile index dfb8dc5e5cbe..948282b23d4f 100644 --- a/www/erlang-webmachine/Makefile +++ b/www/erlang-webmachine/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= webmachine -PORTVERSION= 1.10.8 +PORTVERSION= 1.10.9 CATEGORIES= www devel PKGNAMEPREFIX= erlang- @@ -17,8 +17,4 @@ GH_ACCOUNT= webmachine ERL_BUILD_DEPS= www/erlang-mochiweb-basho ERL_RUN_DEPS:= ${ERL_BUILD_DEPS} -post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/demo && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR} - .include <bsd.port.mk> |