diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-11 12:57:47 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-11 12:57:47 +0000 |
commit | d22844569ddd81ab07ed6b703e1cf2d2bd5051d2 (patch) | |
tree | 1725e9703c4bf92468c6b133c2f9fc5b8135ec97 /net/radreport | |
parent | 028385da72110aa9bc85d41294b2a43c5a5dade7 (diff) | |
download | ports-d22844569ddd81ab07ed6b703e1cf2d2bd5051d2.tar.gz ports-d22844569ddd81ab07ed6b703e1cf2d2bd5051d2.zip |
Notes
Diffstat (limited to 'net/radreport')
-rw-r--r-- | net/radreport/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/radreport/Makefile b/net/radreport/Makefile index d078c6b86a65..c34d8ceec331 100644 --- a/net/radreport/Makefile +++ b/net/radreport/Makefile @@ -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> |