mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +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:
parent
522ad32f74
commit
d86414857b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328891
@ -7,18 +7,16 @@ CATEGORIES= textproc
|
|||||||
MASTER_SITES= http://bzflag.bz/~erik/files/ \
|
MASTER_SITES= http://bzflag.bz/~erik/files/ \
|
||||||
http://elfga.com/~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
|
COMMENT= Utility to display files or streams in random order
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USES= gmake
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
MAN1= rand.1
|
PLIST_FILES= bin/rand man/man1/rand.1.gz
|
||||||
PLIST_FILES= bin/rand
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${STAGEDIR}${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${MANPREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user