diff options
author | obache <obache@pkgsrc.org> | 2007-08-03 11:01:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-08-03 11:01:37 +0000 |
commit | 3c088a79a01a030189cd483de158ee8c8bfb9196 (patch) | |
tree | ac4c9e9280fba9b991bfdb9d5fee6ffba71dce61 /lang/erlang | |
parent | 9a932eee6d02e5e66419f90f621f4d43a8d3a4fc (diff) | |
download | pkgsrc-3c088a79a01a030189cd483de158ee8c8bfb9196.tar.gz |
Fix permission of sample files and remove unused *.bat files.
Bump PKGREVISION to nb1.
Diffstat (limited to 'lang/erlang')
-rw-r--r-- | lang/erlang/Makefile | 9 | ||||
-rw-r--r-- | lang/erlang/PLIST.common | 5 |
2 files changed, 9 insertions, 5 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 6cac6f65d96..56c398414eb 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2007/07/30 07:15:36 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2007/08/03 11:01:37 obache Exp $ DISTNAME= otp_src_${DIST_VERSION} PKGNAME= erlang-${ERLANG_VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.erlang.org/download/ @@ -37,6 +38,12 @@ PLIST_SRC+= PLIST.common_end .include "Makefile.versions" +post-install: + chmod -R go-w ${PREFIX}/lib/erlang/lib/kernel-${VERSION.kernel}/examples + chmod -R go-w ${PREFIX}/lib/erlang/lib/ssl-${VERSION.ssl}/examples + rm ${PREFIX}/lib/erlang/lib/observer-${VERSION.observer}/priv/bin/*.bat + rm ${PREFIX}/lib/erlang/lib/webtool-${VERSION.webtool}/priv/bin/*.bat + .include "../../security/openssl/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" diff --git a/lang/erlang/PLIST.common b/lang/erlang/PLIST.common index b72c8122ed2..d4d7e22ee8e 100644 --- a/lang/erlang/PLIST.common +++ b/lang/erlang/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.5 2007/07/28 14:27:10 obache Exp $ +@comment $NetBSD: PLIST.common,v 1.6 2007/08/03 11:01:37 obache Exp $ bin/dialyzer bin/epmd bin/erl @@ -2714,9 +2714,7 @@ lib/erlang/lib/observer-${VERSION.observer}/ebin/ttb.beam lib/erlang/lib/observer-${VERSION.observer}/ebin/ttb_et.beam lib/erlang/lib/observer-${VERSION.observer}/include/etop.hrl lib/erlang/lib/observer-${VERSION.observer}/priv/bin/etop -lib/erlang/lib/observer-${VERSION.observer}/priv/bin/etop.bat lib/erlang/lib/observer-${VERSION.observer}/priv/bin/getop -lib/erlang/lib/observer-${VERSION.observer}/priv/bin/getop.bat lib/erlang/lib/observer-${VERSION.observer}/priv/crashdump_viewer.tool lib/erlang/lib/observer-${VERSION.observer}/priv/crashdump_viewer/collapsd.gif lib/erlang/lib/observer-${VERSION.observer}/priv/crashdump_viewer/exploded.gif @@ -3851,7 +3849,6 @@ lib/erlang/lib/webtool-${VERSION.webtool}/ebin/webtool.appup lib/erlang/lib/webtool-${VERSION.webtool}/ebin/webtool.beam lib/erlang/lib/webtool-${VERSION.webtool}/ebin/webtool_sup.beam lib/erlang/lib/webtool-${VERSION.webtool}/priv/bin/start_webtool -lib/erlang/lib/webtool-${VERSION.webtool}/priv/bin/start_webtool.bat lib/erlang/lib/webtool-${VERSION.webtool}/priv/root/conf/mime.types lib/erlang/lib/webtool-${VERSION.webtool}/priv/root/doc/index.html lib/erlang/lib/webtool-${VERSION.webtool}/priv/root/doc/start_info.html |