diff options
author | cy <cy@FreeBSD.org> | 2004-02-07 12:14:39 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-02-07 12:14:39 +0800 |
commit | f41478ad93fcbbdef63753ee54a5651840aae5c0 (patch) | |
tree | 251e389e1c305c16a8fda745b216f1d541b2a6a9 /net/ntp/Makefile | |
parent | d55af927de6e39848b44f66aa689877d66388e72 (diff) | |
download | freebsd-ports-gnome-f41478ad93fcbbdef63753ee54a5651840aae5c0.tar.gz freebsd-ports-gnome-f41478ad93fcbbdef63753ee54a5651840aae5c0.tar.zst freebsd-ports-gnome-f41478ad93fcbbdef63753ee54a5651840aae5c0.zip |
Define unique LATEST_LINK.
Reported by: kris
Diffstat (limited to 'net/ntp/Makefile')
-rw-r--r-- | net/ntp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 37b19fe454a4..3d2dd950b38e 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -18,6 +18,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution +LATEST_LINK= ${PORTNAME} # ntp's configure script created by autoconf 2.14.1 doesn't work # if GNU_CONFIGURE is defined HAS_CONFIGURE= yes |