diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
commit | 642e5987324e604d3b5cd0aa6f649eca92e5d13a (patch) | |
tree | e0c2df877acdbfe32ecf7d82a41ee25033ec4532 /x11-wm | |
parent | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (diff) | |
download | ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.tar.gz ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.zip |
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4572
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index ce4d3c2c3d1e..36375bfd8eaf 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,12 +3,13 @@ # Date created: 12 May 1995 # Whom: me # -# $Id: Makefile,v 1.19 1995/08/08 10:35:06 asami Exp $ +# $Id: Makefile,v 1.20 1996/05/27 12:33:48 peter Exp $ # DISTNAME= fvwm-1.24r -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/X11/window-managers/ -CATEGORIES+= x11 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= X11/window-managers MAINTAINER= me@FreeBSD.org |