diff options
author | cy <cy@FreeBSD.org> | 2015-10-20 03:35:53 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2015-10-20 03:35:53 +0800 |
commit | 801c51f86208c1c0a15f5fabf0103740e889303c (patch) | |
tree | a99101b27c83ed8cc3167c6a61c49060cd2f924f /net/ntp-rc | |
parent | 8ea9e1f68faf1220c1695b362e372fe207b8da34 (diff) | |
download | freebsd-ports-gnome-801c51f86208c1c0a15f5fabf0103740e889303c.tar.gz freebsd-ports-gnome-801c51f86208c1c0a15f5fabf0103740e889303c.tar.zst freebsd-ports-gnome-801c51f86208c1c0a15f5fabf0103740e889303c.zip |
Adjust PKGNAMESUFFIX.
Diffstat (limited to 'net/ntp-rc')
-rw-r--r-- | net/ntp-rc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ntp-rc/Makefile b/net/ntp-rc/Makefile index b3827d2e0ab8..dee885fd500d 100644 --- a/net/ntp-rc/Makefile +++ b/net/ntp-rc/Makefile @@ -7,6 +7,7 @@ CATEGORIES= net ipv6 MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/ntp/ntp4/ +PKGNAMESUFFIX= -rc DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org |