diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-17 01:31:44 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-17 01:31:44 +0000 |
commit | 0c80c554b747e0c09133e3133b1094ad1b84de70 (patch) | |
tree | f012825886da57ff669409c0946bdd7de8f788e6 /textproc | |
parent | ae1937df257cd1489846890ccf13d4c5e8c0385f (diff) | |
download | FreeBSD-ports-0c80c554b747e0c09133e3133b1094ad1b84de70.zip FreeBSD-ports-0c80c554b747e0c09133e3133b1094ad1b84de70.tar.gz |
update to 1.7
PR: 16759
Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rand/Makefile | 9 | ||||
-rw-r--r-- | textproc/rand/distinfo | 2 | ||||
-rw-r--r-- | textproc/rand/pkg-plist | 1 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile index 8fd158f..f1bc497 100644 --- a/textproc/rand/Makefile +++ b/textproc/rand/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: rand -# Version required: 1.6 +# Version required: 1.7 # Date created: Mon Jul 26 1999 # Whom: domi@saargate.de # # $FreeBSD$ # -DISTNAME= rand-1.6 +DISTNAME= rand-1.7 CATEGORIES= textproc MASTER_SITES= http://math.smsu.edu/~br0ke/files/ @@ -14,9 +14,10 @@ MAINTAINER= domi@saargate.de GNU_CONFIGURE= yes USE_GMAKE= yes +MAN1= rand.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/rand.1.gz ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/rand.1 ${MANPREFIX}/man/man1 .include <bsd.port.mk> diff --git a/textproc/rand/distinfo b/textproc/rand/distinfo index 3f973f5..6ff2425 100644 --- a/textproc/rand/distinfo +++ b/textproc/rand/distinfo @@ -1 +1 @@ -MD5 (rand-1.6.tar.gz) = cd7c2479cc754766922b9d0a2f89dcdd +MD5 (rand-1.7.tar.gz) = 601ea4fa89a0cbf93d740b2d82e93f3d diff --git a/textproc/rand/pkg-plist b/textproc/rand/pkg-plist index 67af323..3a75cb8 100644 --- a/textproc/rand/pkg-plist +++ b/textproc/rand/pkg-plist @@ -1,2 +1 @@ bin/rand -man/man1/rand.1.gz |