use INSTALL_SCRIPT for shell scripts, avoids trying to strip them.

noticed by Edd Barrett
This commit is contained in:
steven 2008-01-28 23:03:09 +00:00
parent 0d5aee3f43
commit 0ca3079df6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/01/26 10:35:55 steven Exp $
# $OpenBSD: Makefile,v 1.2 2008/01/28 23:03:09 steven Exp $
PKG_ARCH= *
@ -31,7 +31,7 @@ NO_REGRESS= Yes
do-install:
.for p in pdf90 pdfjoin pdfnup
${INSTALL_PROGRAM} ${WRKSRC}/scripts/$p ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/scripts/$p ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man1/$p.1 /${PREFIX}/man/man1
.endfor