diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-05-05 10:28:52 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-05-05 10:28:52 +0000 |
| commit | 9a0b474491e9aa2a37dce11576029276c8f6fd02 (patch) | |
| tree | 24610061999f64aa88e1abc6048a7a2fd89411ef | |
| parent | - Update to 4.6.0 (diff) | |
Fix PORTNAME and use PKGNAMEPREFIX.
Notes
Notes:
svn path=/head/; revision=385458
| -rw-r--r-- | devel/erlang-msgpack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/erlang-msgpack/Makefile b/devel/erlang-msgpack/Makefile index 450eb011e9f7..b30384700f7e 100644 --- a/devel/erlang-msgpack/Makefile +++ b/devel/erlang-msgpack/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ -PORTNAME= msgpack-erlang +PORTNAME= msgpack PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel +PKGNAMEPREFIX= erlang- MAINTAINER= olgeni@FreeBSD.org COMMENT= MessagePack (de)serializer for Erlang |
