diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-21 21:19:28 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-21 21:19:28 +0800 |
commit | f30c6bcbfac8e07b5d16fcb120d52182ce0a9b9e (patch) | |
tree | 9183e82a3b5e619ebccbaae77455ff7205d8cb3f /shells/bash1 | |
parent | 7ec30fb6c012a580784c4cfab14416501a79b9ae (diff) | |
download | freebsd-ports-gnome-f30c6bcbfac8e07b5d16fcb120d52182ce0a9b9e.tar.gz freebsd-ports-gnome-f30c6bcbfac8e07b5d16fcb120d52182ce0a9b9e.tar.zst freebsd-ports-gnome-f30c6bcbfac8e07b5d16fcb120d52182ce0a9b9e.zip |
The start of the 2.0 ports collection. No sup repository yet, but I'll
make one when I wake up again.. :)
Submitted by: jkh
Diffstat (limited to 'shells/bash1')
-rw-r--r-- | shells/bash1/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile new file mode 100644 index 000000000000..794d92f6f626 --- /dev/null +++ b/shells/bash1/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: bash +# Version required: 1.14.2 +# Date created: 21 August 1994 +# Whom: jkh +# +# $Id$ +# + +GNU_MAKE= yes +DISTNAME= bash-1.14.2 + +.include <bsd.port.mk> |