diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-07 13:41:52 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-07 13:41:52 +0000 |
commit | 3bc5a83a3be906543a36cf03d026107a7da2edc2 (patch) | |
tree | 7cfa05ecb7a2701a5bfb442dd0f7d8f789eefca5 /devel/common_lib | |
parent | 2ce2cedc837f8d6cde2744d057b36583f7fb0446 (diff) |
Notes
Diffstat (limited to 'devel/common_lib')
-rw-r--r-- | devel/common_lib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/common_lib/Makefile b/devel/common_lib/Makefile index 2337bf55d427..e32e24c3bb4d 100644 --- a/devel/common_lib/Makefile +++ b/devel/common_lib/Makefile @@ -3,7 +3,6 @@ PORTNAME= common_lib PORTVERSION= 3.3.4 CATEGORIES= devel -MASTER_SITES= GH MAINTAINER= olgeni@FreeBSD.org COMMENT= Library of commonly used Erlang functions @@ -20,10 +19,9 @@ GH_PROJECT= common_lib GH_COMMIT= c242861 GH_TAGNAME= ${PORTVERSION} -USE_GMAKE= yes USE_DOS2UNIX= Makefile ALL_TARGET= compile doc -USES= iconv:build +USES= gmake iconv:build post-extract: @${REINPLACE_CMD} -e "s@<@<@g" -e "s@>@>@g" ${WRKSRC}/doc/*.ndoc |