diff options
author | kris <kris@FreeBSD.org> | 2002-10-13 11:57:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-13 11:57:21 +0800 |
commit | 9aa2c4d8f971064ee583d5ec60cec3a2b1fd31e2 (patch) | |
tree | 6a9062f97017c8dc98b78d8a014554f436346fa7 /sysutils | |
parent | 7d37c01aab8e0436750ea1e2becefc65cd021d97 (diff) | |
download | freebsd-ports-gnome-9aa2c4d8f971064ee583d5ec60cec3a2b1fd31e2.tar.gz freebsd-ports-gnome-9aa2c4d8f971064ee583d5ec60cec3a2b1fd31e2.tar.zst freebsd-ports-gnome-9aa2c4d8f971064ee583d5ec60cec3a2b1fd31e2.zip |
truncate has been in the base system since 4.2-RELEASE. Remove it.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/truncate/Makefile | 25 | ||||
-rw-r--r-- | sysutils/truncate/distinfo | 1 | ||||
-rw-r--r-- | sysutils/truncate/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/truncate/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/truncate/pkg-plist | 1 |
6 files changed, 0 insertions, 32 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d68c33cf830f..163c3f861c50 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -213,7 +213,6 @@ SUBDIR += timelimit SUBDIR += tmpwatch SUBDIR += tree - SUBDIR += truncate SUBDIR += ttyload SUBDIR += tua SUBDIR += ucspi-tcp diff --git a/sysutils/truncate/Makefile b/sysutils/truncate/Makefile deleted file mode 100644 index b68756e93491..000000000000 --- a/sysutils/truncate/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: truncate -# Date created: 27 Jun 2000 -# Whom: alex@FreeBSD.org -# -# $FreeBSD$ - -PORTNAME= truncate -PORTVERSION= 20010323 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= alex - -MAINTAINER= alex@FreeBSD.org - -MAN1= truncate.1 -MANCOMPRESSED= yes - -MAKE_ENV+= MANDIR=${PREFIX}/man/man BINDIR=${PREFIX}/bin -WRKSRC= ${WRKDIR}/truncate - -.include <bsd.port.pre.mk> -.if ${OSVERSION} >= 420000 -FORBIDDEN= "truncate(1) is in the base-system" -.endif -.include <bsd.port.post.mk> diff --git a/sysutils/truncate/distinfo b/sysutils/truncate/distinfo deleted file mode 100644 index 488409f68a86..000000000000 --- a/sysutils/truncate/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (truncate-20010323.tar.gz) = cf4968189aea9b919249e20de66169a9 diff --git a/sysutils/truncate/pkg-comment b/sysutils/truncate/pkg-comment deleted file mode 100644 index 1fd1efb8cb9a..000000000000 --- a/sysutils/truncate/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A command-line frontend to truncate(2) diff --git a/sysutils/truncate/pkg-descr b/sysutils/truncate/pkg-descr deleted file mode 100644 index c6b3eba59a9e..000000000000 --- a/sysutils/truncate/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Truncate(1) is a command line frontend to truncate(2). - -- Alex <alex@FreeBSD.org> diff --git a/sysutils/truncate/pkg-plist b/sysutils/truncate/pkg-plist deleted file mode 100644 index 726ab87d8011..000000000000 --- a/sysutils/truncate/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/truncate |