diff options
Diffstat (limited to 'net/ntp-stable/Makefile')
-rw-r--r-- | net/ntp-stable/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile deleted file mode 100644 index 0ea56a0e79f1..000000000000 --- a/net/ntp-stable/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: ntp -# Version required: 4.0.72 -# Date created: Di 5 Mai 1998 21:31:03 CEST -# Whom: andreas -# -# $FreeBSD$ -# - -DISTNAME= ntp-4.0.93a -CATEGORIES= net -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/ - -MAINTAINER= ports@FreeBSD.org - -# ntp's configure script created by autoconf 2.14.1 doesn't work -# our autoconf version 2.13 produces better results -USE_AUTOCONF= yes -GNU_CONFIGURE= yes - -post-install: - ${MKDIR} ${PREFIX}/share/doc/ntp - ${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp - -.include <bsd.port.mk> |