aboutsummaryrefslogtreecommitdiffstats
path: root/net/44bsd-rdist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/44bsd-rdist/Makefile')
-rw-r--r--net/44bsd-rdist/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile
deleted file mode 100644
index 1b01d809eeae..000000000000
--- a/net/44bsd-rdist/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: rdist
-# Date created: 11 November 2000
-# Whom: David O'Brien <obrien@NUXI.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= 44bsd-rdist
-PORTVERSION= 20001111
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= obrien
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The traditional 4.4BSD rdist
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-USE_BZIP2= yes
-
-NO_WRKSUBDIR= yes
-MAN1= 44bsd-rdist.1
-PLIST_FILES= bin/44bsd-rdist
-
-post-extract:
- cd ${WRKSRC} ; co RCS/*,v
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/rdist ${PREFIX}/bin/44bsd-rdist
- ${INSTALL_MAN} ${WRKSRC}/rdist.1 ${PREFIX}/man/man1/44bsd-rdist.1
-
-tarup:
- -cd ${WRKSRC} ; ${RM} *
- cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
-
-.include <bsd.port.mk>