diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-10-26 23:57:21 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-10-26 23:57:21 +0000 |
commit | 337f28498d022f0e84f79ec745aacb06abf11c8f (patch) | |
tree | d46eb2d8f5a30afe6bb2f76559195a53bfac798b /editors | |
parent | c4c57fbe2cd088a08d5e2fc1870259fde1f2f8f8 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/asedit/Makefile | 6 | ||||
-rw-r--r-- | editors/xed/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index 6f0fd98fe4da..08f53193e27e 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -2,9 +2,9 @@ # Version required: 1.3.2 # Date created: 28 Jul 1996 # -# Whom: Andreas Kohout <shanee@rabbit.augusta.de> +# Whom: Andreas Kohout <shanee@augusta.de> # -# $Id: Makefile,v 1.4 1996/11/18 11:23:54 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/19 12:41:20 asami Exp $ # DISTNAME= asedit-1.3.2 @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors EXTRACT_SUFX= .tar.Z -MAINTAINER= shanee@rabbit.augusta.de +MAINTAINER= shanee@augusta.de REQUIRES_MOTIF= yes USE_IMAKE= yes diff --git a/editors/xed/Makefile b/editors/xed/Makefile index dcd5eb89f5b5..bef2183149f9 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Jul 1996 # Whom: shanee # -# $Id: Makefile,v 1.4 1996/11/11 05:07:43 obrien Exp $ +# $Id: Makefile,v 1.5 1996/11/18 09:52:52 asami Exp $ # DISTNAME= xed1.3 @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors EXTRACT_SUFX= .tar.Z -MAINTAINER= shanee@rabbit.augusta.de +MAINTAINER= shanee@augusta.de LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |