summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-19 19:28:43 +0000
committerminskim <minskim@pkgsrc.org>2004-12-19 19:28:43 +0000
commitc684a9b1668958a3e71427ae855e3604d4c6e191 (patch)
tree0b6dd916943fcb5081712f910c9ebbc054818ca2 /math
parentdac480f9ebc185676160d0593dc0970352539669 (diff)
downloadpkgsrc-c684a9b1668958a3e71427ae855e3604d4c6e191.tar.gz
Honor LIBOWN and LIBGRP.
Diffstat (limited to 'math')
-rw-r--r--math/randlib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
index 0b612c26955..6706c89418c 100644
--- a/math/randlib/Makefile
+++ b/math/randlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/20 12:20:05 agc Exp $
+# $NetBSD: Makefile,v 1.11 2004/12/19 19:28:43 minskim Exp $
DISTNAME= randlib.c-1.3
PKGNAME= randlib-1.3
@@ -12,6 +12,8 @@ COMMENT= Library of C Routines for Random Number Generation
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}/randlib.c/src
+MAKE_ENV+= LIBOWN=${LIBOWN:Q} LIBGRP=${LIBGRP:Q}
+
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/randlib
${INSTALL_DATA} ${WRKSRC}/../README ${WRKSRC}/../doc/* \