diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-06-26 06:23:23 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-06-26 06:23:23 +0000 |
commit | 4c08ced03eba8bb9ef9b4a8fe9d15a5de945ed2e (patch) | |
tree | 6c55afcf8bf1212a57b4f31311f1f04278b02dca /shells/bash1 | |
parent | a2aae939291409c3f7c2199c94948283b2f5417c (diff) | |
download | ports-4c08ced03eba8bb9ef9b4a8fe9d15a5de945ed2e.tar.gz ports-4c08ced03eba8bb9ef9b4a8fe9d15a5de945ed2e.zip |
Notes
Diffstat (limited to 'shells/bash1')
-rw-r--r-- | shells/bash1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 0520f0d41584..8f83065e1373 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -3,14 +3,14 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.23 1997/02/17 06:41:50 obrien Exp $ +# $Id: Makefile,v 1.24 1997/06/16 11:00:19 max Exp $ # DISTNAME= bash-1.14.7 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} -MAINTAINER= obrien@NUXI.com. +MAINTAINER= obrien@NUXI.com WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. |