diff options
author | agc <agc@pkgsrc.org> | 1998-05-14 11:09:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-05-14 11:09:47 +0000 |
commit | b497859d80b855de944b34380f7784392c248771 (patch) | |
tree | 899e4c6258adb71fe44858d936ba5246cd603c37 /devel/gtexinfo | |
parent | c1106dd5c4fcb09ee8bae04d57df7e35ed174790 (diff) | |
download | pkgsrc-b497859d80b855de944b34380f7784392c248771.tar.gz |
Don't strip the info, install-info, makeinfo and texindex programs, as
they're stripped at install time. Fixes PR 5448, from Johnny C. Lam.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 87e6f5e5e84..c1d9fc0614a 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/05/07 07:42:55 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/05/14 11:09:47 agc Exp $ # DISTNAME= texinfo-3.12 @@ -23,8 +23,5 @@ post-install: ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/texinfo ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info.info ${PREFIX}/bin/install-info --info-dir=${PREFIX}/info ${PREFIX}/info/info-stnd.info -.for file in info install-info makeinfo texindex - strip ${PREFIX}/bin/${file} -.endfor .include "../../mk/bsd.pkg.mk" |