diff --git a/textproc/fileshuffle/Makefile b/textproc/fileshuffle/Makefile index 9f2755dc1a76..a4cb78e96e14 100644 --- a/textproc/fileshuffle/Makefile +++ b/textproc/fileshuffle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fileshuffle -# Date created: 2008-05-29 -# Whom: Greg Larkin -# +# Created by: Greg Larkin # $FreeBSD$ -# PORTNAME= fileshuffle PORTVERSION= 0.1 @@ -11,8 +7,14 @@ CATEGORIES= textproc MASTER_SITES= ftp://ftp.eskimo.com/u/s/scs/src/ DISTNAME= shuffle -MAINTAINER= glarkin@FreeBSD.org -COMMENT= A filter for shuffling lines in a text file into random order +MAINTAINER= ports@FreeBSD.org +COMMENT= Filter for shuffling lines in a text file into random order + +.if ${CC:Mclang} +BROKEN= Does not compile with clang, use gshuf from sysutils/coreutils instead +.endif +DEPRECATED= Does not work, use gshuf from sysutils/coreutils instead +EXPIRATION_DATE=2013-09-23 MANPAGE= shuffle.1