diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (patch) | |
tree | 058380093a9fc14721eb5efc0ba15397d31739ff /x11-wm/ctwm | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) | |
download | ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.tar.gz ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.zip |
Notes
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 398942f6a138..a10b803b9e99 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -3,14 +3,14 @@ # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.9 1995/11/09 05:55:29 asami Exp $ +# $Id: Makefile,v 1.10 1996/09/14 22:53:11 torstenb Exp $ # DISTNAME= ctwm-3.4pl2 PKGNAME= ctwm-3.4.2 -CATEGORIES+= x11 -MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ -EXTRACT_SUFX= .tar.gz +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= window_managers MAINTAINER= torstenb@FreeBSD.ORG |