aboutsummaryrefslogtreecommitdiff
path: root/net/44bsd-rdist/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:39:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:39:12 +0000
commit035646ee650e1641b2dac43a8404e423cd35d273 (patch)
tree7e110eaf4b3ad1ac554c03eb2bb08c7be10ed4bf /net/44bsd-rdist/Makefile
parentf16b849c4671eacb126151d92724af34e2424797 (diff)
downloadports-035646ee650e1641b2dac43a8404e423cd35d273.tar.gz
ports-035646ee650e1641b2dac43a8404e423cd35d273.zip
Notes
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>