diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
commit | 1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (patch) | |
tree | 793d58c7df7e7a6a8851050e7e17a32a176a9a93 /x11-wm | |
parent | cefa94ae8b4b952fa2ed775be89954f487d66f73 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/windowmaker-i18n/pkg-plist | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/pkg-plist | 2 |
4 files changed, 2 insertions, 5 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index a42b694aab3f..15a9c7dfa05f 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -28,6 +28,7 @@ USE_BZIP2= yes USE_PERL5= yes USE_X_PREFIX= yes USE_LIBTOOL= yes +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= X11BASE=${X11BASE} LOCALBASE=${LOCALBASE} \ CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" \ diff --git a/x11-wm/windowmaker-i18n/pkg-plist b/x11-wm/windowmaker-i18n/pkg-plist index 77ef826f5e84..75bc51f640cb 100644 --- a/x11-wm/windowmaker-i18n/pkg-plist +++ b/x11-wm/windowmaker-i18n/pkg-plist @@ -100,8 +100,6 @@ lib/libwmfun.so.0 lib/libwraster.a lib/libwraster.so lib/libwraster.so.3 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/WINGs/Images.tiff share/WINGs/Images.xpm share/WINGs/defaultIcon.tiff diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 78d9eb2b7bb3..25fab54e58e1 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -26,6 +26,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ USE_BZIP2= yes USE_X_PREFIX= yes USE_LIBTOOL= yes +INSTALL_SHLIBS= yes CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \ CPPFLAGS=-I${LOCALBASE}/include CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ @@ -74,7 +75,6 @@ post-configure: post-install: @cd ${WRKDIR}/WindowMaker-extra-0.1; \ ${MAKE} ${MAKE_ARGS} ${INSTALL_TARGET} - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib ${MKDIR} ${PREFIX}/share/WindowMaker/Sounds .include <bsd.port.mk> diff --git a/x11-wm/windowmaker/pkg-plist b/x11-wm/windowmaker/pkg-plist index ea9f9096e859..627053a93f36 100644 --- a/x11-wm/windowmaker/pkg-plist +++ b/x11-wm/windowmaker/pkg-plist @@ -100,8 +100,6 @@ lib/libwmfun.so.0 lib/libwraster.a lib/libwraster.so lib/libwraster.so.3 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/WINGs/Images.tiff share/WINGs/Images.xpm share/WINGs/defaultIcon.tiff |