diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-19 19:28:43 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-19 19:28:43 +0000 |
commit | 70d2ccc1bdfc7adf89a6f36ca6f8e0e32288d77c (patch) | |
tree | 0b6dd916943fcb5081712f910c9ebbc054818ca2 /math/randlib | |
parent | 610f546712fe56418093914cda0d5ebafe2bb76e (diff) | |
download | pkgsrc-70d2ccc1bdfc7adf89a6f36ca6f8e0e32288d77c.tar.gz |
Honor LIBOWN and LIBGRP.
Diffstat (limited to 'math/randlib')
-rw-r--r-- | math/randlib/Makefile | 4 |
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/* \ |