diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-17 01:31:44 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-17 01:31:44 +0000 |
commit | 445883073138cc64f0f175a46437eb961f119d10 (patch) | |
tree | 2f259a98a352553eb9b36d70a29536dbf690e4cf /textproc/rand | |
parent | 575a27a4a68706bc3b3701756a0d7db1c57e3982 (diff) | |
download | ports-445883073138cc64f0f175a46437eb961f119d10.tar.gz ports-445883073138cc64f0f175a46437eb961f119d10.zip |
Notes
Diffstat (limited to 'textproc/rand')
-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 8fd158fbe755..f1bc497c50d5 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 3f973f5fefb9..6ff2425e074c 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 67af323a6c65..3a75cb8e8108 100644 --- a/textproc/rand/pkg-plist +++ b/textproc/rand/pkg-plist @@ -1,2 +1 @@ bin/rand -man/man1/rand.1.gz |