diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-10-12 21:18:07 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-12 21:18:07 +0000 |
commit | 65f4afec8fab2b843c292fb4fe3f55ca4755c3ac (patch) | |
tree | 0fc990cf4a5897355d80ec7a0026755df75610fd /comms/qico/Makefile | |
parent | d2a5af872a2ff42cb92fb7f63c5093d153247662 (diff) |
Notes
Diffstat (limited to 'comms/qico/Makefile')
-rw-r--r-- | comms/qico/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/qico/Makefile b/comms/qico/Makefile index 7a5f15df76f1..98b7c6b97c9e 100644 --- a/comms/qico/Makefile +++ b/comms/qico/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: qico -# Version required: 0.46.2 # Date created: 13 Jan 2000 # Whom: Denis Shaposhnikov <dsh@vlink.ru> # @@ -7,9 +6,12 @@ # PORTNAME= qico -PORTVERSION= 0.46.2 +PORTVERSION= 0.48 +DISTNAME= ${PORTNAME}-${PORTVERSION}.0 CATEGORIES= comms MASTER_SITES= http://lev.serebryakov.spb.ru/download/ +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${PORTNAME}-${PORTVERSION}.0-stable.patch.gz MAINTAINER= dsh@vlink.ru |