- add HOMEPAGE

- remove FAKE=Yes and license type
- fixup INSTALL
- add @comment with RCS id to PLIST
This commit is contained in:
brad 2000-07-04 21:30:17 +00:00
parent 1d1270478f
commit b58de0435f
4 changed files with 16 additions and 15 deletions

View File

@ -1,29 +1,28 @@
# $OpenBSD: Makefile,v 1.14 2000/03/31 16:31:07 espie Exp $
# $OpenBSD: Makefile,v 1.15 2000/07/04 21:30:17 brad Exp $
DISTNAME= bash-1.14.7
CATEGORIES= shells
NEED_VERSION= 1.240
NEED_VERSION= 1.310
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= bash
HOMEPAGE= http://www.gnu.org/software/bash/
MAINTAINER= ports@openbsd.org
LICENSE_TYPE= GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FLAVORS=static
FLAVOR?=
.if defined(STATIC) && ${STATIC:U} == YES
FLAVOR=static
.endif
FLAVOR?=
.if ${FLAVOR:L} == "static"
MAKE_ENV= CPP_DEFINES="-DSYSDEP_LDFLAGS=-static"
.endif
FAKE= Yes
.include <bsd.port.mk>

View File

@ -6,3 +6,5 @@ expansion, and a slew of other stuff. For more information on the
features of Bash that are new to this type of shell, see the file
`documentation/features.texi'. There is also a processed DVI file
there, as well as a large man page.
WWW: ${HOMEPAGE}

View File

@ -1,8 +1,14 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.1 1999/12/10 15:16:59 brad Exp $
# $OpenBSD: INSTALL,v 1.2 2000/07/04 21:30:17 brad Exp $
#
# Pre/post-installation setup of bash
# exit on errors, use a sane path and install prefix
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
# Function: tell the user what s/he needs to do to use the port just installed
#
do_notice()
@ -17,12 +23,6 @@ do_notice()
echo
}
# exit on errors, use a sane path and install prefix
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
# verify proper execution
#
if [ $# -ne 2 ]; then
@ -50,4 +50,3 @@ case $2 in
esac
exit 0

View File

@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2000/07/04 21:30:17 brad Exp $
bin/bash
bin/bashbug
man/man1/bash.1