summaryrefslogtreecommitdiff
path: root/deskutils/zorro
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-21 12:27:50 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-21 12:27:50 +0000
commit9b80b1facea1e90c9ae0a596ade939fe4122f942 (patch)
tree52af0a5922fa1913b07ea1fbf291d0e1e0fc4627 /deskutils/zorro
parentOops, fix man page compression. (diff)
${INSTALL_PROGRAM} is not for scripts, ${INSTALL_SCRIPT} is.
Notes
Notes: svn path=/head/; revision=4627
Diffstat (limited to 'deskutils/zorro')
-rw-r--r--deskutils/zorro/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile
index 5e1d78932fff..0ead23a8d46e 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 ""