diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:12:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:12:51 +0800 |
commit | 64186dbb7c798d759f09f85b088edf5765605aa5 (patch) | |
tree | 56c7d7570bfef240a3f1252e1408a6809a0d1edb /graphics/Cgraph | |
parent | f359ee78885faedfb9fd1259c36133038ac50245 (diff) | |
download | freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.tar.gz freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.tar.zst freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.zip |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'graphics/Cgraph')
-rw-r--r-- | graphics/Cgraph/Makefile | 3 | ||||
-rw-r--r-- | graphics/Cgraph/pkg-plist | 2 |
2 files changed, 2 insertions, 3 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> diff --git a/graphics/Cgraph/pkg-plist b/graphics/Cgraph/pkg-plist index 4dcb5e35422e..57b6b486e93c 100644 --- a/graphics/Cgraph/pkg-plist +++ b/graphics/Cgraph/pkg-plist @@ -3,8 +3,6 @@ lib/libcgraph.a lib/libcgraph_p.a lib/libcgraph.so lib/libcgraph.so.2 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R share/doc/cgraph/cgraph.ps share/examples/cgraph/CGminimal.c share/examples/cgraph/dashlist.c |