Use $(INSTALL_PROGRAM) variable instead of explicit instsall.

Pointed out by: Satoshi.
This commit is contained in:
Chuck Robey 1996-08-08 01:15:50 +00:00
parent 106acbbc46
commit 47f7871c23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3541

View File

@ -3,7 +3,7 @@
# Date created: 10 Jul 1996
# Whom: searle
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1996/08/03 22:42:46 chuckr Exp $
#
DISTNAME= stars-1.0-ss-9.03
@ -23,6 +23,6 @@ do-build:
cc $(WRKSRC)/main.o $(WRKSRC)/xwin.o -L$(PREFIX)/lib -lX11 -lm -o $(WRKSRC)/stars
do-install:
install -c $(WRKSRC)/stars $(PREFIX)/bin/stars
$(INSTALL_PROGRAM) $(WRKSRC)/stars $(PREFIX)/bin/stars
.include <bsd.port.mk>