diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-13 16:20:22 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-13 16:20:22 +0000 |
commit | ce8114d5cb56f6cad7ef59f691202c123d07c7c1 (patch) | |
tree | a06645078d0b02b2d3d700a13435f68543e3651c /textproc/rand | |
parent | d2a04c48871a07d4e335f293fa6bf1e2122bd6c2 (diff) |
Notes
Diffstat (limited to 'textproc/rand')
-rw-r--r-- | textproc/rand/Makefile | 9 | ||||
-rw-r--r-- | textproc/rand/distinfo | 5 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile index 2fc7bb3f24a5..490c0a43e8b0 100644 --- a/textproc/rand/Makefile +++ b/textproc/rand/Makefile @@ -6,21 +6,22 @@ # PORTNAME= rand -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.8 CATEGORIES= textproc MASTER_SITES= http://math.missouristate.edu/~erik/files/ MAINTAINER= domi@saargate.de COMMENT= Utility to display files or streams in random order -GNU_CONFIGURE= yes USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + MAN1= rand.1 PLIST_FILES= bin/rand do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/rand.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${MANPREFIX}/man/man1 .include <bsd.port.mk> diff --git a/textproc/rand/distinfo b/textproc/rand/distinfo index 0f3229f32fe7..70e7895ce406 100644 --- a/textproc/rand/distinfo +++ b/textproc/rand/distinfo @@ -1,2 +1,3 @@ -MD5 (rand-1.7.tar.gz) = 601ea4fa89a0cbf93d740b2d82e93f3d -SIZE (rand-1.7.tar.gz) = 87059 +MD5 (rand-1.8.tar.gz) = 8e972de5622c03b82078cb6c78fd6497 +SHA256 (rand-1.8.tar.gz) = b66af39ade21473c33abe2bcd0a7fba6153afbe75ecb0917dd9e335e1b21b21b +SIZE (rand-1.8.tar.gz) = 226807 |