diff options
author | max <max@FreeBSD.org> | 1996-09-26 07:46:43 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-09-26 07:46:43 +0000 |
commit | 4d6e2c4d6c1422209b9011f2f9bdf16018c784ef (patch) | |
tree | 07bba561551c2e66f39e975f8543d794a4bab33d /comms | |
parent | 6c273f2c0a97908108b9e69d95c0c0919015671e (diff) | |
download | FreeBSD-ports-4d6e2c4d6c1422209b9011f2f9bdf16018c784ef.zip FreeBSD-ports-4d6e2c4d6c1422209b9011f2f9bdf16018c784ef.tar.gz |
Changed PKGNAME to bpl+-1.0. (There's no version number, though.)
Submitted by: asami
Diffstat (limited to 'comms')
-rw-r--r-- | comms/bpl+/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile index be3fdb9..e3ad79e 100644 --- a/comms/bpl+/Makefile +++ b/comms/bpl+/Makefile @@ -3,11 +3,11 @@ # Date created: 22 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/09/25 20:28:43 max Exp $ # DISTNAME= bpl+ -PKGNAME= bpl+ +PKGNAME= bpl+-1.0 CATEGORIES+= comms MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/net/telnet/telnetx/ |