diff options
Diffstat (limited to 'devel/calibrator/Makefile')
-rw-r--r-- | devel/calibrator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/calibrator/Makefile b/devel/calibrator/Makefile index 51c8cf8e6a9e..309d4eda0c6e 100644 --- a/devel/calibrator/Makefile +++ b/devel/calibrator/Makefile @@ -14,12 +14,11 @@ COMMENT= Cache Profiling Tool NO_WRKSUBDIR= yes PLIST_FILES= bin/calibrator -NO_STAGE= yes do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |