strip the bash binary on install; pointed out by: naddy@
This commit is contained in:
parent
8debd5b36e
commit
d7b44a0e4a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user