aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/rand/Makefile')
-rw-r--r--textproc/rand/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/rand/Makefile b/textproc/rand/Makefile
index e052ed0cef6e..8fd158fbe755 100644
--- a/textproc/rand/Makefile
+++ b/textproc/rand/Makefile
@@ -1,20 +1,22 @@
# New ports collection makefile for: rand
-# Version required: 1.5
+# Version required: 1.6
# Date created: Mon Jul 26 1999
# Whom: domi@saargate.de
#
# $FreeBSD$
#
-DISTNAME= rand-1.5
+DISTNAME= rand-1.6
CATEGORIES= textproc
MASTER_SITES= http://math.smsu.edu/~br0ke/files/
MAINTAINER= domi@saargate.de
-WRKSRC= ${WRKDIR}/rand
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/rand.1.gz ${MANPREFIX}/man/man1
.include <bsd.port.mk>