diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-29 18:26:01 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-10-29 18:26:01 +0000 |
commit | 4581ceae3c8c5628a6e122fe30334280c43b883e (patch) | |
tree | 03f569f920f96ca6abb78892d2562e2ab2078169 /print/lyx16/Makefile | |
parent | Upgrade, 1.017 -> 1.020. (diff) |
Manually strip the binary.
Notes
Notes:
svn path=/head/; revision=8396
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 9acf363fe2ab..c1dd6247f5cf 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.10 1997/10/09 21:04:43 andreas Exp $ +# $Id: Makefile,v 1.11 1997/10/24 15:18:16 obrien Exp $ # DISTNAME= lyx-0.11.45 @@ -23,4 +23,7 @@ STRIP= CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" MAN1= lyx.1 +post-install: + @strip ${PREFIX}/bin/lyx + .include <bsd.port.mk> |