diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-30 02:26:01 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-30 02:26:01 +0800 |
commit | 91f0a4e0cba2bf413033efa8359d10046031f23a (patch) | |
tree | fa699504f9f52b43556d68ce7c8479984bce5654 | |
parent | 8ad3a877bfe5aedfbda51a44bec16b12ecbd51a2 (diff) | |
download | freebsd-ports-gnome-91f0a4e0cba2bf413033efa8359d10046031f23a.tar.gz freebsd-ports-gnome-91f0a4e0cba2bf413033efa8359d10046031f23a.tar.zst freebsd-ports-gnome-91f0a4e0cba2bf413033efa8359d10046031f23a.zip |
Manually strip the binary.
-rw-r--r-- | print/lyx-devel/Makefile | 5 | ||||
-rw-r--r-- | print/lyx/Makefile | 5 | ||||
-rw-r--r-- | print/lyx14/Makefile | 5 | ||||
-rw-r--r-- | print/lyx15/Makefile | 5 | ||||
-rw-r--r-- | print/lyx16/Makefile | 5 |
5 files changed, 20 insertions, 5 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 9acf363fe2ab..c1dd6247f5cf 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/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> diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 9acf363fe2ab..c1dd6247f5cf 100644 --- a/print/lyx/Makefile +++ b/print/lyx/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> diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index 9acf363fe2ab..c1dd6247f5cf 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/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> diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 9acf363fe2ab..c1dd6247f5cf 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/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> 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> |