diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 12:36:59 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-29 12:36:59 +0800 |
commit | 9f61d21c25b7a032667e403e14b540f4a0d8caf4 (patch) | |
tree | 3eed1465f2fbde952f33e125aa86f7ef5171f2e9 /textproc/rand | |
parent | be3a9859c926957b6a024c37930cc4bd2e443a58 (diff) | |
download | freebsd-ports-gnome-9f61d21c25b7a032667e403e14b540f4a0d8caf4.tar.gz freebsd-ports-gnome-9f61d21c25b7a032667e403e14b540f4a0d8caf4.tar.zst freebsd-ports-gnome-9f61d21c25b7a032667e403e14b540f4a0d8caf4.zip |
- Reassign to the heap at maintainer's request
Approved by: portmgr
Diffstat (limited to 'textproc/rand')
-rw-r--r-- | textproc/rand/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile index 854467c3877b..344ea4f3ff88 100644 --- a/textproc/rand/Makefile +++ b/textproc/rand/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: rand -# Date created: Mon Jul 26 1999 -# Whom: domi@saargate.de -# +# Created by: domi@saargate.de # $FreeBSD$ -# PORTNAME= rand PORTVERSION= 1.8 CATEGORIES= textproc MASTER_SITES= http://bzflag.bz/~erik/files/ -MAINTAINER= domi@saargate.de +MAINTAINER= ports@FreeBSD.org COMMENT= Utility to display files or streams in random order USE_GMAKE= yes |