diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-10 15:26:24 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-10 15:26:24 +0000 |
commit | a9dd27adf04eb9c4c7d77059055199ee467ecd58 (patch) | |
tree | b9d84c276d9f9753a1c6419018fa19d244c70a4d /lang/pnet/Makefile | |
parent | Lay off the crack and bump PORTREVISION properly. (diff) |
Update to 0.3.8
PR: 39106
Submitted by: maintainer
Diffstat (limited to 'lang/pnet/Makefile')
-rw-r--r-- | lang/pnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index 078d87f04862..d75d531ce303 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pnet -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.8 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ @@ -24,7 +24,7 @@ pre-patch: ${WRKSRC}/Makefile.* MAN1= cscc.1 csdoc.1 csdoc2html.1 csdoc2texi.1 ilasm.1 \ - ildasm.1 ildiff.1 ilfind.1 ilnative.1 ilsize.1 \ + ildasm.1 ildiff.1 ilfind.1 ilnative.1 ilrun.1 ilsize.1 \ resgen.1 .include <bsd.port.mk> |