diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-19 17:29:05 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-19 17:29:05 +0800 |
commit | 71f9a89c7dcfbfdff32551949a6fdc3ae1c227be (patch) | |
tree | 433956e280af33dfdd20032fbfab245a809f3d6a /math | |
parent | 5dbd05c833e903c17c175d7e7badc456715f3e8b (diff) | |
download | freebsd-ports-gnome-71f9a89c7dcfbfdff32551949a6fdc3ae1c227be.tar.gz freebsd-ports-gnome-71f9a89c7dcfbfdff32551949a6fdc3ae1c227be.tar.zst freebsd-ports-gnome-71f9a89c7dcfbfdff32551949a6fdc3ae1c227be.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'math')
-rw-r--r-- | math/randlib/Makefile | 5 | ||||
-rw-r--r-- | math/randlib/files/Makefile.lib | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/randlib/Makefile b/math/randlib/Makefile index 7ca905ae89b6..9e3adefaa10d 100644 --- a/math/randlib/Makefile +++ b/math/randlib/Makefile @@ -20,14 +20,13 @@ PLIST_FILES= include/randlib.h \ lib/librandlib.so \ lib/librandlib.so.1 -NO_STAGE= yes post-extract: ${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/randlib - @${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${PREFIX}/share/doc/randlib + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/math/randlib/files/Makefile.lib b/math/randlib/files/Makefile.lib index 7bc0799ecdde..15700650d0e5 100644 --- a/math/randlib/files/Makefile.lib +++ b/math/randlib/files/Makefile.lib @@ -10,6 +10,6 @@ SRCS= linpack.c com.c randlib.c beforeinstall: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/randlib.h \ - ${PREFIX}/include + $(DESTDIR)${PREFIX}/include .include <bsd.lib.mk> |