1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

${INSTALL_SCRIPT} tends to make more sense than ${INSTALL_DATA}

when installing an executable script.

PR:		16643
Submitted by:	Maintainer
This commit is contained in:
Chris D. Faulhaber 2000-02-11 12:57:47 +00:00
parent 028385da72
commit d22844569d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25659

View File

@ -22,6 +22,6 @@ do-extract:
@for i in $(DISTFILES); do ${CP} ${DISTDIR}/$$i ${WRKDIR}; done
do-install:
@${INSTALL_DATA} ${WRKDIR}/radreport ${PREFIX}/bin
@${INSTALL_SCRIPT} ${WRKDIR}/radreport ${PREFIX}/bin
.include <bsd.port.mk>