strip tclsh8.0 binary; ok niklas@

This commit is contained in:
jsyn 2001-07-05 23:07:48 +00:00
parent 47312fefaa
commit 29245d0ccb

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2001/05/06 01:28:03 lebel Exp $
# $OpenBSD: Makefile,v 1.7 2001/07/05 23:07:48 jsyn Exp $
# $FreeBSD: Makefile,v 1.4 1997/12/01 16:50:49 pst Exp $
COMMENT= "Tool Command Language"
@ -42,4 +42,7 @@ WRKDIST= ${WRKDIR}/${DISTNAME}/unix
test: build
@cd ${WRKSRC}; make test
post-install:
@strip ${PREFIX}/bin/tclsh8.0
.include <bsd.port.mk>