diff options
author | petef <petef@FreeBSD.org> | 2002-03-29 15:50:14 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-29 15:50:14 +0800 |
commit | 28a00ee56c9f29e4fbafaf0086219acec9f5c8de (patch) | |
tree | 61221fa6ca73f20dd43d881786aa2e7260986b43 /x11-wm/fvwm24/Makefile | |
parent | 6b367ae2d6d42e9258986d10a394ac13f4ee052e (diff) | |
download | freebsd-ports-gnome-28a00ee56c9f29e4fbafaf0086219acec9f5c8de.tar.gz freebsd-ports-gnome-28a00ee56c9f29e4fbafaf0086219acec9f5c8de.tar.zst freebsd-ports-gnome-28a00ee56c9f29e4fbafaf0086219acec9f5c8de.zip |
Update to 2.4.6 and use the bzip2 distfile.
Submitted by: cy
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index ae4aae234854..20e18689f71b 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -6,12 +6,13 @@ # PORTNAME= fvwm -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +USE_BZIP2= yes MAINTAINER= petef@FreeBSD.org |