diff options
author | Cy Schubert <cy@FreeBSD.org> | 2013-11-16 14:32:43 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2013-11-16 14:32:43 +0000 |
commit | ac24c4d0acc525c073c698cc3d8311163c7d7adf (patch) | |
tree | 37e0de9c7e156661e75f7713ef8e6b1e2d09552f /net/ntp-devel | |
parent | e4763911efb7b5a39db8779f41a85b7d129e8a1c (diff) |
Notes
Diffstat (limited to 'net/ntp-devel')
-rw-r--r-- | net/ntp-devel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index 09e0cfbe3021..df5571416006 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -5,6 +5,7 @@ PORTNAME= ntp PORTVERSION= 4.2.7p364 PORTREVISION= 2 CATEGORIES= net ipv6 +PKGNAMESUFFIX= -devel MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-dev/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ ftp://ftp.archive.de.uu.net/pub/unix/ntp/ntp4/ntp-dev/ \ @@ -14,8 +15,6 @@ DISTNAME= ${PORTNAME}-dev-${PORTVERSION:S/.r/-rc/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution -LATEST_LINK= ${PORTNAME}-dev - GNU_CONFIGURE= yes USE_AUTOTOOLS= automake libtool AUTOMAKE_ARGS= --add-missing |