diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-10 21:12:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-10 21:12:30 +0000 |
commit | b237d32eda7fc18ad364b20a3be1f5dbcaaa78da (patch) | |
tree | 18f4871086befa45a73dc65a468e3b5807eff40a /devel/calibrator | |
parent | b045207281f5779df440808a3531bff41d0858d8 (diff) | |
download | ports-b237d32eda7fc18ad364b20a3be1f5dbcaaa78da.tar.gz ports-b237d32eda7fc18ad364b20a3be1f5dbcaaa78da.zip |
Notes
Diffstat (limited to 'devel/calibrator')
-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> |