diff options
author | Cy Schubert <cy@FreeBSD.org> | 2009-12-30 19:10:14 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2009-12-30 19:10:14 +0000 |
commit | 411a6873058c238cd50ea5ce04a7db8e3e6e9b0d (patch) | |
tree | 37caa46e748619ffe5d0c6a53b75127371553834 /net/ntp | |
parent | 9489dbc80cd58f7e74000f4ce424985e79181870 (diff) |
Fix build when using packages as prerequisites instead of ports, ie.
pointyhat.
Notes
Notes:
svn path=/head/; revision=246895
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 60e4d59430dc..b4da9cdd85d2 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -12,7 +12,7 @@ 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/P/p/:S/.r/-RC/} MAINTAINER= cy@FreeBSD.org COMMENT= The Network Time Protocol Distribution @@ -20,7 +20,7 @@ COMMENT= The Network Time Protocol Distribution LATEST_LINK= ${PORTNAME} GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:110 +USE_AUTOTOOLS= automake:110 libtool:22 MAN1= sntp.1 \ ntpd.1 \ |