diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-12-24 01:57:04 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-12-24 01:57:04 +0000 |
commit | a464956ec15a8864e77b61bdea5029f517911611 (patch) | |
tree | f4a5c09a2859a77f74e695c9a7c888d3f9356b5a /x11-wm/fvwm24/Makefile | |
parent | o Un"echo" commands (diff) |
- update to 2.4.4
- fix pkg-plist in the WITHOUT_GNOME case
Notes
Notes:
svn path=/head/; revision=52070
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index 185bc26f48ed..81105382f7ac 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.4.3 +PORTVERSION= 2.4.4 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -32,10 +32,10 @@ PLIST_SUB+= FVWM_VERSION="${PORTVERSION}" .if defined(HAVE_GNOME) USE_GNOME= yes -PLIST_SUB+= GNOME="" +PLIST_SUB+= GNOMEDATADIR="share/gnome/fvwm" .else CONFIGURE_ARGS+= --disable-gnome -PLIST_SUB+= GNOME="@comment " +PLIST_SUB+= GNOMEDATADIR="share/fvwm" .endif MAN1= FvwmAnimate.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \ |