diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
commit | 5cb14340042a107ee5ad92616d23d4d9551eb878 (patch) | |
tree | 627c8eec76ffb450072bffd91d2a746e8d206c3d /graphics/Cgraph/Makefile | |
parent | First round of INSTALL_SHLIB fixes. (diff) |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'graphics/Cgraph/Makefile')
-rw-r--r-- | graphics/Cgraph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Cgraph/Makefile b/graphics/Cgraph/Makefile index 04f384e9d941..b0e7990e4a9f 100644 --- a/graphics/Cgraph/Makefile +++ b/graphics/Cgraph/Makefile @@ -15,6 +15,8 @@ MAINTAINER= tobez@plab.ku.dk WRKSRC= ${WRKDIR}/Cgraph/source +INSTALL_SHLIBS= yes + post-extract: @${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile @@ -31,6 +33,5 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/../examples/loglog/TFopt-lrLog.c ${PREFIX}/share/examples/cgraph @${INSTALL_DATA} ${WRKSRC}/../examples/loglog/TFampspect.dat ${PREFIX}/share/examples/cgraph .endif - @${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |