diff options
author | asami <asami@FreeBSD.org> | 1995-04-25 18:48:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-25 18:48:29 +0800 |
commit | f55104da9288e5efca521f871d4158d3dba94fa5 (patch) | |
tree | 75443bb0190d6630e2650fd6536515b0c2c6ad03 | |
parent | f6a65abc088aec65129cd712e8e78638f094ffed (diff) | |
download | freebsd-ports-gnome-f55104da9288e5efca521f871d4158d3dba94fa5.tar.gz freebsd-ports-gnome-f55104da9288e5efca521f871d4158d3dba94fa5.tar.zst freebsd-ports-gnome-f55104da9288e5efca521f871d4158d3dba94fa5.zip |
Take out unnecessary comment.
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
-rw-r--r-- | www/linemode/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/linemode/Makefile b/www/linemode/Makefile index bfe351014e5f..920c344d26a1 100644 --- a/www/linemode/Makefile +++ b/www/linemode/Makefile @@ -3,14 +3,13 @@ # Date created: 17 April 1995 # Whom: NIIMI Satoshi <sa2c@and.or.jp> # -# $Id: Makefile,v 1.2 1995/04/22 12:29:46 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/24 09:10:29 asami Exp $ # DISTNAME= WWW PKGNAME= cern_linemode-3.0 CATEGORIES+= networking MASTER_SITES= ftp://ftp.w3.org/pub/www/src/ -# ^is this correct? DISTFILES= WWWLineMode_3.0.tar.Z WWWLibrary_3.0.tar.Z PATCH_STRIP= -p1 |