diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-15 05:15:12 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-08-15 05:15:12 +0000 |
commit | 222bc842a160400bd1d47c49160c7a518324fec8 (patch) | |
tree | 165422cf260c51ab8b1c14ad4177db29130a8e02 /news/inn-stable | |
parent | 89189adf813866e8096662a60069236a593a433a (diff) | |
download | ports-222bc842a160400bd1d47c49160c7a518324fec8.tar.gz ports-222bc842a160400bd1d47c49160c7a518324fec8.zip |
Notes
Diffstat (limited to 'news/inn-stable')
-rw-r--r-- | news/inn-stable/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index e88402da9567..e039bcd06923 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -4,13 +4,14 @@ # # $FreeBSD$ -PORTNAME= inn-stable -PORTVERSION= v22 +PORTNAME= inn +PORTVERSION= 2.2.${STABLE} +STABLE= 20000709 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_LOCAL} \ ftp://ftp.isc.org/isc/inn/snapshots/ MASTER_SITE_SUBDIR= andreas -DISTNAME= inn-STABLE-20000709 +DISTNAME= inn-STABLE-${STABLE} MAINTAINER= andreas@FreeBSD.org |