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/EZWGL | |
| parent | 1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (diff) | |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'graphics/EZWGL')
| -rw-r--r-- | graphics/EZWGL/Makefile | 2 | ||||
| -rw-r--r-- | graphics/EZWGL/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index b1e597711681..dceed4e34c20 100644 --- a/graphics/EZWGL/Makefile +++ b/graphics/EZWGL/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png USE_X_PREFIX= yes +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" @@ -46,6 +47,5 @@ post-install: find ${PREFIX}/share/doc/EZ | xargs ${CHOWN} ${SHAREOWN}:${SHAREGRP} find ${PREFIX}/share/doc/EZ -type f | xargs ${CHMOD} ${SHAREMODE} .endif - ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> diff --git a/graphics/EZWGL/pkg-plist b/graphics/EZWGL/pkg-plist index e63cacb2447c..d36c57e138bc 100644 --- a/graphics/EZWGL/pkg-plist +++ b/graphics/EZWGL/pkg-plist @@ -2,8 +2,6 @@ include/EZ.h lib/libEZ.a lib/libEZ.so lib/libEZ.so.1 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R share/doc/EZ/html/applications.html share/doc/EZ/html/documentation.html share/doc/EZ/html/download.html |
