diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-13 14:35:06 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-13 14:35:06 +0800 |
commit | 1db358559f531b1fd7fdcde355d6e6d8138fc877 (patch) | |
tree | efc7ba08422ed3395eb5393dd60dddb23f853df7 /x11-wm/fvwm | |
parent | f7f654b6cea4e50737a129854379f24cae18287b (diff) | |
download | freebsd-ports-gnome-1db358559f531b1fd7fdcde355d6e6d8138fc877.tar.gz freebsd-ports-gnome-1db358559f531b1fd7fdcde355d6e6d8138fc877.tar.zst freebsd-ports-gnome-1db358559f531b1fd7fdcde355d6e6d8138fc877.zip |
Make the required changes to make all existing ports use MASTER_SITES
correctly.
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index 9e1ce3fdc92f..f2bd52042233 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,14 +3,14 @@ # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.1.1.2 1994/09/01 19:22:36 jkh Exp $ +# $Id: Makefile,v 1.2 1994/09/10 22:22:36 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 -HOME_LOCATION= ftp://spcot.sanders.com/pub/fvwm +MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm USE_IMAKE= yes .include <bsd.port.mk> |