1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Change maintainer email to @FreeBSD.org

- Add stage support
- Convert USE_GMAKE to USES

Approved by:	wg (mentor)
This commit is contained in:
Danilo Egea Gondolfo 2013-09-30 22:47:41 +00:00
parent 522ad32f74
commit d86414857b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328891

View File

@ -7,18 +7,16 @@ CATEGORIES= textproc
MASTER_SITES= http://bzflag.bz/~erik/files/ \
http://elfga.com/~erik/files/
MAINTAINER= danilogondolfo@gmail.com
MAINTAINER= danilo@FreeBSD.org
COMMENT= Utility to display files or streams in random order
USE_GMAKE= yes
USES= gmake
GNU_CONFIGURE= yes
MAN1= rand.1
PLIST_FILES= bin/rand
PLIST_FILES= bin/rand man/man1/rand.1.gz
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${MANPREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>