From f203cc676b236abb10846fc0e4dfae184541c29d Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 21 Nov 1996 12:27:50 +0000 Subject: ${INSTALL_PROGRAM} is not for scripts, ${INSTALL_SCRIPT} is. --- deskutils/zorro/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index 5e1d789..0ead23a 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.4 1996/10/16 02:40:47 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/11 05:50:23 obrien Exp $ # DISTNAME= zorro-1.1p8 @@ -18,7 +18,7 @@ LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 NO_BUILD= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/zorro ${PREFIX}/bin/zorro + ${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro ${MKDIR} ${PREFIX}/share/zorro ${INSTALL_DATA} ${WRKSRC}/DOTzorrorc ${PREFIX}/share/zorro @echo "" -- cgit v1.1