diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-22 07:09:16 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-22 07:09:16 +0000 |
commit | a137d797c3f23b23df780522f64c901edd2d485f (patch) | |
tree | f7b0ba4c07021169a2eb61e6cb627e458d4f8511 /editors/beav | |
parent | a1b25607172bea0e9bf0949ab679763eebae52f5 (diff) | |
download | ports-a137d797c3f23b23df780522f64c901edd2d485f.tar.gz ports-a137d797c3f23b23df780522f64c901edd2d485f.zip |
Notes
Diffstat (limited to 'editors/beav')
-rw-r--r-- | editors/beav/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile index 7e0c3975bede..13f723c12d4c 100644 --- a/editors/beav/Makefile +++ b/editors/beav/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: beav-1.40.3 # Version required: 1.40-4 (debian) # Date created: 01 July 1995 -# Whom: thomas@ghpc8.ihf.rwth-aachen.de +# Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/04/06 16:09:01 jmz Exp $ +# $Id: Makefile,v 1.7 1997/04/09 02:53:09 asami Exp $ # DISTNAME= beav-140-6 PKGNAME= beav-1.40.6 CATEGORIES= editors -MASTER_SITES= ftp://ftp.debian.org/debian/buzz/source/editors/ \\ +MASTER_SITES= ftp://ftp.debian.org/debian/buzz/source/editors/ \ ftp://theta.iis.u-tokyo.ac.jp/pub2/Linux/distributions/debian/buzz/source/editors/ -MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de +MAINTAINER= tg@FreeBSD.org WRKSRC= ${WRKDIR}/beav-140 PATCH_STRIP= -p1 |