summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-21 12:27:50 +0000
committerasami <asami@FreeBSD.org>1996-11-21 12:27:50 +0000
commitf203cc676b236abb10846fc0e4dfae184541c29d (patch)
tree72314954ce6b22cd416e1e8c074c849c7dd1bcd3 /deskutils
parent5ac3daac9ce4513912d844012c941e043ff757d4 (diff)
downloadFreeBSD-ports-f203cc676b236abb10846fc0e4dfae184541c29d.zip
FreeBSD-ports-f203cc676b236abb10846fc0e4dfae184541c29d.tar.gz
${INSTALL_PROGRAM} is not for scripts, ${INSTALL_SCRIPT} is.
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/zorro/Makefile4
1 files 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 ""
OpenPOWER on IntegriCloud