diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-11 10:08:01 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-09-11 10:08:01 +0000 |
commit | 0ceec603c1400d33852f2ab1f1a7ac08698eaccc (patch) | |
tree | 4330621bc2c1cf38ab04f34402eaa29cae011125 /shells/bash1 | |
parent | f8566949aa5488db0580dcdcb443ae08373564e3 (diff) | |
download | freebsd-ports-0ceec603c1400d33852f2ab1f1a7ac08698eaccc.zip |
Clean up some obsolete fields.
Diffstat (limited to 'shells/bash1')
-rw-r--r-- | shells/bash1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 0daa7f898789..b475eba562a7 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -3,11 +3,10 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1994/08/21 13:19:27 jkh Exp $ +# $Id: Makefile,v 1.2 1994/08/31 17:14:37 jkh Exp $ # GNU_MAKE= yes DISTNAME= bash-1.14.2 -HOME_LOCATION= ftp://freebsd.cdrom.com/pub/FreeBSD/ports/distfiles/bash-1.14.2.tar.gz .include <bsd.port.mk> |