diff options
author | dhn <dhn@FreeBSD.org> | 2009-03-18 00:16:36 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-03-18 00:16:36 +0800 |
commit | 86ad538ef95a4b86063b5891b2b4579d05cf1cb7 (patch) | |
tree | 44c07bb2eee936719cb7bba9c22baa33063200f1 /comms/ncid/Makefile | |
parent | 447de94a61e0129a9425eccc81b02fba2e4f2a0b (diff) | |
download | freebsd-ports-gnome-86ad538ef95a4b86063b5891b2b4579d05cf1cb7.tar.gz freebsd-ports-gnome-86ad538ef95a4b86063b5891b2b4579d05cf1cb7.tar.zst freebsd-ports-gnome-86ad538ef95a4b86063b5891b2b4579d05cf1cb7.zip |
- Update to 0.73
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'comms/ncid/Makefile')
-rw-r--r-- | comms/ncid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/ncid/Makefile b/comms/ncid/Makefile index 824f0016c454..c7c37484272a 100644 --- a/comms/ncid/Makefile +++ b/comms/ncid/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ncid -PORTVERSION= 0.72.1 -PORTREVISION= 1 +PORTVERSION= 0.73 CATEGORIES= comms MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -18,7 +17,8 @@ COMMENT= Network based Caller ID package USE_TK= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ncid.1 ncidrotate.1 yac2ncid.1 ncidmodules.1 ncidtools.1 -MAN5= ncid.conf.5 ncidmodules.conf.5 ncidd.alias.5 sip2ncid.conf.5 ncidd.conf.5 yac2ncid.conf.5 +MAN5= ncid.conf.5 ncidmodules.conf.5 ncidd.alias.5 ncidrotate.conf.5 \ + ncidsip.conf.5 sip2ncid.conf.5 ncidd.conf.5 yac2ncid.conf.5 MAN8= ncidd.8 ncidsip.8 sip2ncid.8 USE_GMAKE= yes |