diff options
author | asami <asami@FreeBSD.org> | 1996-11-21 12:27:50 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-21 12:27:50 +0000 |
commit | f203cc676b236abb10846fc0e4dfae184541c29d (patch) | |
tree | 72314954ce6b22cd416e1e8c074c849c7dd1bcd3 /deskutils | |
parent | 5ac3daac9ce4513912d844012c941e043ff757d4 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 "" |