strip binaries
-- Submitted by jysn@
This commit is contained in:
parent
0465faa5a1
commit
be2fe737cd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2001/05/12 08:56:57 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2001/07/04 07:08:16 kevlo Exp $
|
||||
|
||||
COMMENT= "Tool Command Language"
|
||||
|
||||
@ -38,6 +38,8 @@ CONFIGURE_ENV= PORTSDIR="${PORTSDIR}"
|
||||
|
||||
WRKDIST= ${WRKDIR}/${DISTNAME}/unix
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
test: build
|
||||
@cd ${WRKSRC}; make test
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2001/05/12 09:07:19 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2001/07/04 07:08:20 kevlo Exp $
|
||||
|
||||
COMMENT= "graphical toolkit for Tcl"
|
||||
|
||||
@ -40,4 +40,7 @@ WRKDIST= ${WRKDIR}/${DISTNAME}/unix
|
||||
test: build
|
||||
@cd ${WRKSRC} && make test
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/wish8.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user