diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 14:59:31 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 14:59:31 +0800 |
commit | 72ee5722da8e4c27dfcfa569353c55bc31ce5d35 (patch) | |
tree | 8ccde88fea7aae9cea0d3f5591a1423d62765a14 /x11-wm | |
parent | ca2168a357f1582578c4efb56ce13ba122badd30 (diff) | |
download | freebsd-ports-gnome-72ee5722da8e4c27dfcfa569353c55bc31ce5d35.tar.gz freebsd-ports-gnome-72ee5722da8e4c27dfcfa569353c55bc31ce5d35.tar.zst freebsd-ports-gnome-72ee5722da8e4c27dfcfa569353c55bc31ce5d35.zip |
portlint and remove a.out support in PLIST
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/scwm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/scwm/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/scwm/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile index 9ec26ea20b86..18c5825434fc 100644 --- a/x11-wm/scwm/Makefile +++ b/x11-wm/scwm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scwm -PORTVERSION= 0.99.6.1 +PORTVERSION= 0.99.6.1 CATEGORIES= x11-wm MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/ @@ -23,14 +23,14 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} -CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \ +CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" .if defined(MULTIBYTE) CONFIGURE_ARGS+= --enable-multibyte=yes -CONFIGURE_ENV+= LIBS="-L${X11BASE}/lib -lxpg4" +CONFIGURE_ENV+= LIBS="-L${X11BASE}/lib -lxpg4" .endif USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11-wm/scwm/pkg-descr b/x11-wm/scwm/pkg-descr index 5935a210c310..b81656e269ac 100644 --- a/x11-wm/scwm/pkg-descr +++ b/x11-wm/scwm/pkg-descr @@ -12,4 +12,4 @@ scheme configurable window manager ${WORKDIR}/utilities/emacs ${WORKDIR}/configure --help -SCWM Home Page: http://scwm.mit.edu/ +WWW: http://scwm.mit.edu/ diff --git a/x11-wm/scwm/pkg-plist b/x11-wm/scwm/pkg-plist index 7e2f2664af68..bad6459da03e 100644 --- a/x11-wm/scwm/pkg-plist +++ b/x11-wm/scwm/pkg-plist @@ -47,8 +47,8 @@ lib/scwm/modules/app/scwm/libxpm-menus.a lib/scwm/modules/app/scwm/libxpm-menus.la lib/scwm/modules/app/scwm/libxpm-menus.so lib/scwm/modules/app/scwm/libxpm-menus.so.0 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /sbin/ldconfig -m %B +@unexec /sbin/ldconfig -R share/doc/scwm/examples/Xmodmap-win95keyboard share/doc/scwm/examples/Xresources-cpp share/doc/scwm/examples/Xsession |