diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 08:25:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-20 08:25:07 +0000 |
commit | 7ecce99decdd4b06c24cc91d1cf1c0138c9ecf46 (patch) | |
tree | e62b0e5946d033e3d784e8a45e3507f782c0ad15 /graphics | |
parent | b23afaacd01e3503e9513d32552b69e1f980df15 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dc20pack/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/dc20pack/Makefile b/graphics/dc20pack/Makefile index 4b37184181fd..4a473c7267c8 100644 --- a/graphics/dc20pack/Makefile +++ b/graphics/dc20pack/Makefile @@ -13,7 +13,6 @@ COMMENT= Digital camera control and download tool for Kodak DC20/25 camera WRKSRC= ${WRKDIR} -NO_STAGE= yes post-extract: for file in `${FIND} ${WRKSRC} -type f`; do \ ${TR} -d '\015' < $${file} > $${file}.new; \ @@ -21,8 +20,8 @@ post-extract: done do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/dc20dump ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/dc20term ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/dc2totga ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/dc20dump ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/dc20term ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/dc2totga ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |