From b54974bf33c767167f058350819fa7b9c3142f02 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 21 Apr 2021 10:33:48 +0200 Subject: Remove textproc/bsdsort FWICT it's just an old version of sort(1). --- textproc/bsdsort/Makefile | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 textproc/bsdsort/Makefile (limited to 'textproc/bsdsort/Makefile') diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile deleted file mode 100644 index fde2c71c791a..000000000000 --- a/textproc/bsdsort/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Gabor Kovesdan - -PORTNAME= sort -PORTVERSION= 20120716 -CATEGORIES= textproc -MASTER_SITES= LOCAL/gabor -PKGNAMEPREFIX= bsd- - -MAINTAINER= ports@FreeBSD.org -COMMENT= BSD-licensed version of sort - -LICENSE= BSD2CLAUSE - -WRKSRC= ${WRKDIR}/${PORTNAME} - -MAKE_ENV+= BINDIR="${PREFIX}/bin" \ - MANDIR="${MANPREFIX}/man/man" \ - CATDIR="${MANPREFIX}/man/man" \ - NLSDIR="${PREFIX}/share/nls" \ - NO_WERROR="defined" \ - MK_GNU_SORT="no" -USES= uidfix - -CFLAGS+= -std=c99 - -PLIST_FILES= bin/sort \ - bin/bsdsort \ - bin/gnusort \ - man/man1/sort.1.gz - -OPTIONS_DEFINE= THREADS NLS -OPTIONS_DEFAULT= THREADS -OPTIONS_SUB= yes - -NLS_MAKE_ENV_OFF= WITHOUT_NLS=yes -NLS_PLIST_FILES= share/nls/hu_HU.ISO8859-2/sort.cat -THREADS_MAKE_ENV= WITH_THREADS=yes - -post-install: - (cd ${STAGEDIR}${PREFIX}/bin && ${LN} -s sort bsdsort) - ${LN} -s /usr/bin/sort ${STAGEDIR}${PREFIX}/bin/gnusort - -.include -- cgit v1.2.3