diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-05-06 06:17:33 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-05-06 06:17:33 +0800 |
commit | 3c6be99518f1a7d8eb195a47d31a2dd72210e59e (patch) | |
tree | 50fc3baeb3cf7d4f6fc1f66842d386662c6ff3f3 /x11-wm/fvwm2-beta/Makefile | |
parent | db1e5768b79cc1d7a6308f27a69ee94b1ce7e015 (diff) | |
download | freebsd-ports-gnome-3c6be99518f1a7d8eb195a47d31a2dd72210e59e.tar.gz freebsd-ports-gnome-3c6be99518f1a7d8eb195a47d31a2dd72210e59e.tar.zst freebsd-ports-gnome-3c6be99518f1a7d8eb195a47d31a2dd72210e59e.zip |
Update port to version 2.3.32.
This port used both:
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz
and
USE_BZIP2= yes
So it couldn't unpack fvwm_icons with bzip2: remove USE_BZIP2, switch to
gzip for the port tarball too, and get the icons back.
Also, install default configuration file in ${PREFIX}/etc/. The file
bin/xselection has been removed from pkg-plist because it wasn't actually
installed, and "make package" failed.
Diffstat (limited to 'x11-wm/fvwm2-beta/Makefile')
-rw-r--r-- | x11-wm/fvwm2-beta/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/fvwm2-beta/Makefile b/x11-wm/fvwm2-beta/Makefile index 362dce4107c1..860a22c18a8e 100644 --- a/x11-wm/fvwm2-beta/Makefile +++ b/x11-wm/fvwm2-beta/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.3.30 +PORTVERSION= 2.3.32 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -20,7 +20,6 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_X_PREFIX= yes USE_XPM= yes -USE_BZIP2= yes WANT_GTK= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -52,6 +51,8 @@ post-extract: fi post-install: + @${MKDIR} ${PREFIX}/etc + @${CP} ${WRKSRC}/sample.fvwmrc/system.fvwm2rc ${PREFIX}/etc @${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm \ ${PREFIX}/lib/X11/fvwm2/pixmaps |