diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-28 22:20:08 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-28 22:20:08 +0800 |
commit | 3693ffca22c27427066432b069cad5880798a5af (patch) | |
tree | c20f8e86134633bf96d1337484b1dfd489a87614 /graphics/c-a-i-r | |
parent | f7c3d3a54a554c3b17e16b4b9d80e8682fbc4aac (diff) | |
download | freebsd-ports-gnome-3693ffca22c27427066432b069cad5880798a5af.tar.gz freebsd-ports-gnome-3693ffca22c27427066432b069cad5880798a5af.tar.zst freebsd-ports-gnome-3693ffca22c27427066432b069cad5880798a5af.zip |
Use INSTALL_PROGRAM instead of INSTALL_SCRIPT.
Diffstat (limited to 'graphics/c-a-i-r')
-rw-r--r-- | graphics/c-a-i-r/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/c-a-i-r/Makefile b/graphics/c-a-i-r/Makefile index c6e79937da81..1187f3cd0985 100644 --- a/graphics/c-a-i-r/Makefile +++ b/graphics/c-a-i-r/Makefile @@ -20,7 +20,6 @@ WRKSRC= ${WRKDIR} PLIST_FILES= bin/cair do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/cair ${STAGEDIR}${PREFIX}/bin - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cair + ${INSTALL_PROGRAM} ${WRKSRC}/cair ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |