summaryrefslogtreecommitdiff
path: root/net/ntp-stable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntp-stable/Makefile')
-rw-r--r--net/ntp-stable/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile
deleted file mode 100644
index 96c67514f4a4..000000000000
--- a/net/ntp-stable/Makefile
+++ /dev/null
@@ -1,23 +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
-#
-# $Id: Makefile,v 1.4 1999/01/27 04:58:09 andreas Exp $
-#
-
-DISTNAME= ntp-4.0.91
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/
-
-MAINTAINER= andreas@FreeBSD.ORG
-
-BROKEN= "structure has no member named \`tv_usec'"
-
-GNU_CONFIGURE= yes
-
-post-install:
- ${MKDIR} ${PREFIX}/share/doc/ntp
- ${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp
-
-.include <bsd.port.mk>