diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2013-07-23 15:41:48 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2013-07-23 15:41:48 +0000 |
commit | 596ebd9766bcf73e1811cadc3aa1a3da2810b477 (patch) | |
tree | 3c31a43ba87dd0f449261fd71a3af308f71dcb7b /textproc | |
parent | 01edb2cc99f6b4e12de053a97c606e89b6e14837 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/fileshuffle/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
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 <glarkin@FreeBSD.org> -# +# Created by: Greg Larkin <glarkin@FreeBSD.org> # $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 |