diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-14 22:12:45 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-14 22:12:45 +0800 |
commit | 38b1ec0868a2ba2238b1b06824072bca02343295 (patch) | |
tree | d1875bc219661fe058aeb88a0e9b2361f9e99456 /x11-wm/fvwm | |
parent | 79287cf7107adfd41ad09a9da1aa005c2e1aa1ff (diff) | |
download | freebsd-ports-gnome-38b1ec0868a2ba2238b1b06824072bca02343295.tar.gz freebsd-ports-gnome-38b1ec0868a2ba2238b1b06824072bca02343295.tar.zst freebsd-ports-gnome-38b1ec0868a2ba2238b1b06824072bca02343295.zip |
Several changes across all ports:
1. Make MASTER_SITES entries contain a trailing /. Garrett says that
assuming a '/' seperator between entries in MASTER_SITES and entries
in DISTFILES is a dangerous assumption. This will also be taken
out of bsd.port.mk.
2. General clean-up. Some of these Makefiles were a little grim.
Make sure they're all in sync with the sometimes rapidly changing
bsd.port.mk! :)
3. Some small configuration tweaks to keep them compiling under the
most recent 2.0 - some things seem to have broken along our road
to release.
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index f2bd52042233..40875ad95346 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,14 +3,15 @@ # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.2 1994/09/10 22:22:36 jkh Exp $ +# $Id: Makefile,v 1.3 1994/09/13 06:35:06 jkh Exp $ # DISTNAME= fvwm-1.23b NO_WRKSUBDIR= yes DISTFILES= fvwm-1.23b-core.tar.gz fvwm-1.23b-modules.tar.gz \ fvwm-1.23-icons.tar.gz -MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm +MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/ USE_IMAKE= yes +DEPENDS= x11/xpm .include <bsd.port.mk> |