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 /x11-toolkits/Xaw3d | |
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 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 9d4317366569..ed49ffe979ff 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/xc/lib/Xaw3d USE_IMAKE= yes +INSTALL_SHLIBS= yes .if exists(${X11BASE}/bin/XFree86) PLIST= ${WRKDIR}/PLIST .endif @@ -37,7 +38,6 @@ post-configure: .endif post-install: - ${LDCONFIG} -m ${PREFIX}/lib ${MKDIR} ${PREFIX}/share/doc/Xaw3d ${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d .if exists(${X11BASE}/bin/XFree86) diff --git a/x11-toolkits/Xaw3d/pkg-plist b/x11-toolkits/Xaw3d/pkg-plist index 399df8f8c16f..0f5246331b46 100644 --- a/x11-toolkits/Xaw3d/pkg-plist +++ b/x11-toolkits/Xaw3d/pkg-plist @@ -1,8 +1,6 @@ lib/libXaw3d.a lib/libXaw3d.so lib/libXaw3d.so.6 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R include/X11/Xaw3d/AllWidgets.h include/X11/Xaw3d/AsciiSink.h include/X11/Xaw3d/AsciiSinkP.h |