diff options
author | Johan van Selst <johans@FreeBSD.org> | 2008-08-10 08:56:08 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2008-08-10 08:56:08 +0000 |
commit | 8ec0300d1dd33c334f6c484253c6b0f674a8b50e (patch) | |
tree | e8fcdbec250bdb623e7a7e4afb57491b4a76172b /lang/afnix/Makefile | |
parent | 7d11b36419803eae6eec00cb990fed1a6a38b2fe (diff) | |
download | freebsd-ports-8ec0300d1dd33c334f6c484253c6b0f674a8b50e.zip |
Update to 1.7.0
Diffstat (limited to 'lang/afnix/Makefile')
-rw-r--r-- | lang/afnix/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 03cfad69da7b..f24a77744a86 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -7,10 +7,9 @@ # PORTNAME= afnix -PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTVERSION= 1.7.0 CATEGORIES= lang -MASTER_SITES= http://www.afnix.org/ftp/%SUBDIR%/ \ +MASTER_SITES= http://www.afnix.org/ftp/ \ ftp://ftp.stack.nl/pub/users/johans/afnix/ MASTER_SITE_SUBDIR= ${PORTNAME}-${AFNIX_VERSION} DISTNAME= ${PORTNAME}-src-${AFNIX_VERSION} @@ -33,8 +32,9 @@ PLIST_SUB= PORTVER=${PORTVERSION:R} MAN1= adp::afnix.1 amd::afnix.1 axc::afnix.1 axd::afnix.1 \ axi::afnix.1 axl::afnix.1 axs::afnix.1 -MAN3= gfx::afnix.3 net::afnix.3 nwg::afnix.3 pim::afnix.3 \ - sio::afnix.3 sps::afnix.3 sys::afnix.3 txt::afnix.3 xml::afnix.3 +MAN3= gfx::afnix.3 mth::afnix.3 net::afnix.3 nwg::afnix.3 \ + pim::afnix.3 sec::afnix.3 sio::afnix.3 sps::afnix.3 \ + sys::afnix.3 txt::afnix.3 xml::afnix.3 MAN4= wax::afnix.4 xpe::afnix.4 MAN7= eul::afnix.7 vol-0::afnix.7 vol-1::afnix.7 vol-2::afnix.7 |