diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-01 22:40:38 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-02-01 22:40:38 +0000 |
commit | afaeb3abdb794ff962123b774456eced79fbf762 (patch) | |
tree | f9c62d594a29952e720847184f6df79156bbb910 /x11-wm | |
parent | e0a8df41c7ae3a6f62a993680d8a4812f13e8eba (diff) | |
download | ports-afaeb3abdb794ff962123b774456eced79fbf762.tar.gz ports-afaeb3abdb794ff962123b774456eced79fbf762.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/tvtwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index 9d6b78b2997f..9d61a383ac87 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -3,12 +3,13 @@ # Date created: 5th December 1994 # Whom: gpalmer # -# $Id: Makefile,v 1.1 1994/12/05 23:00:19 gpalmer Exp $ +# $Id: Makefile,v 1.2 1994/12/12 04:31:35 gpalmer Exp $ # DISTNAME= tvtwm USE_IMAKE= yes MASTER_SITES= ftp://ftp.x.org/pub/R6untarred/contrib/programs/ EXTRACT_SUFX= .tar.gz +MAINTAINER= gpalmer@FreeBSD.ORG .include <bsd.port.mk> |