strip the bash binary on install; pointed out by: naddy@

This commit is contained in:
brad 2001-01-19 15:21:15 +00:00
parent 8debd5b36e
commit d7b44a0e4a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2001/01/16 22:29:52 brad Exp $
# $OpenBSD: Makefile,v 1.18 2001/01/19 15:21:15 brad Exp $
DISTNAME= bash-1.14.7
PKGNAME= ${DISTNAME}p1
@ -23,4 +23,7 @@ FLAVOR?=
MAKE_ENV= CPP_DEFINES="-DSYSDEP_LDFLAGS=-static"
.endif
post-install:
@strip ${PREFIX}/bin/bash
.include <bsd.port.mk>