diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-22 21:57:09 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-22 21:57:09 +0000 |
commit | 21e148a85a6ddeb4a6a8d7d31be38033f896b442 (patch) | |
tree | 7295bb4e1bbece9bde04ff7951b6c1a2f47cb2b8 /lang/pnet/Makefile | |
parent | Add tooLAME version 0.2i: Optimized mpeg 1/2 layer 2 audio encoder (diff) |
Update to 0.3.6
PR: 38248
Submitted by: maintainer
Diffstat (limited to 'lang/pnet/Makefile')
-rw-r--r-- | lang/pnet/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 3eebf0a4cd34..ea53eb0d788d 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pnet -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.6 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ @@ -18,6 +18,10 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --program-prefix="" +pre-patch: + @${PERL} -pi -e 's|csdoc csant samples doc tests|csdoc csant doc|g' \ + ${WRKSRC}/Makefile.* + MAN1= cscc.1 csdoc.1 csdoc2html.1 csdoc2texi.1 ilasm.1 \ ildasm.1 ildiff.1 ilfind.1 ilnative.1 ilsize.1 \ resgen.1 |