diff options
author | pat <pat@FreeBSD.org> | 2002-06-10 15:26:24 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-10 15:26:24 +0000 |
commit | 69db1428317368ee9c56588644735bafe9c8d238 (patch) | |
tree | e2b1ef063b63b800b16cfd1c4a72fba513083b27 /lang/pnet/Makefile | |
parent | dc9b3e691ae5649836955a0f55f3bcae7f47e999 (diff) | |
download | FreeBSD-ports-69db1428317368ee9c56588644735bafe9c8d238.zip FreeBSD-ports-69db1428317368ee9c56588644735bafe9c8d238.tar.gz |
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 078d87f..d75d531 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> |