diff options
author | danilo <danilo@FreeBSD.org> | 2013-10-01 06:47:41 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-10-01 06:47:41 +0800 |
commit | b1ec5227c3f797f3f7debbd36c69ae65f3ab7112 (patch) | |
tree | f9215de033e7a6654f3b47bae6d839b01dc04a34 /textproc | |
parent | d9c6dd57df824be5c77b01d51ee0ac726a86af3c (diff) | |
download | freebsd-ports-gnome-b1ec5227c3f797f3f7debbd36c69ae65f3ab7112.tar.gz freebsd-ports-gnome-b1ec5227c3f797f3f7debbd36c69ae65f3ab7112.tar.zst freebsd-ports-gnome-b1ec5227c3f797f3f7debbd36c69ae65f3ab7112.zip |
- Change maintainer email to @FreeBSD.org
- Add stage support
- Convert USE_GMAKE to USES
Approved by: wg (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rand/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile index 3deac6677719..170cc12d51b3 100644 --- a/textproc/rand/Makefile +++ b/textproc/rand/Makefile @@ -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> |