diff options
author | stas <stas@FreeBSD.org> | 2007-09-11 00:25:01 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-09-11 00:25:01 +0800 |
commit | 47b1ddc11bf075976dc5802455955400ab00b1e2 (patch) | |
tree | 6b368de23d551ecf67d2a66f7e3b68801768cf2d /lang | |
parent | 6e09b5b4cd5c65f37b46875a228dc32bb706c4f1 (diff) | |
download | freebsd-ports-gnome-47b1ddc11bf075976dc5802455955400ab00b1e2.tar.gz freebsd-ports-gnome-47b1ddc11bf075976dc5802455955400ab00b1e2.tar.zst freebsd-ports-gnome-47b1ddc11bf075976dc5802455955400ab00b1e2.zip |
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to avoid stripping.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/newlisp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 172ae2c0aebd..9975c201ff0a 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -19,7 +19,6 @@ COMMENT= LISP like scripting language HAS_CONFIGURE= yes ALL_TARGET= default -STRIP= #empty MAN1= newlisp.1 newlispdoc.1 @@ -118,7 +117,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/newlisp ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/util/newlispdoc ${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/util/newlispdoc ${PREFIX}/bin/ ${MKDIR} ${DATADIR}/util/ ${INSTALL_DATA} ${WRKSRC}/util/syntax.cgi \ |