diff options
author | Cy Schubert <cy@FreeBSD.org> | 2008-08-08 03:23:51 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2008-08-08 03:23:51 +0000 |
commit | f8905c7c2d4167a2f706e2da9c92c5fe0bd65304 (patch) | |
tree | 83b21a7845f4cc331f550900583d586abac38a58 /net/ntp | |
parent | 41d709b1d5cb0f967992e7b49a9077212d6bb204 (diff) | |
download | ports-f8905c7c2d4167a2f706e2da9c92c5fe0bd65304.tar.gz ports-f8905c7c2d4167a2f706e2da9c92c5fe0bd65304.zip |
Notes
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 97863b3af0e1..623eb9695a76 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -6,13 +6,13 @@ # PORTNAME= ntp -PORTVERSION= 4.2.4p4 +PORTVERSION?= 4.2.4p4 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ \ ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution |