diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-15 21:48:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-15 21:48:04 +0000 |
commit | 058205cb0eaddbbe4633edfb11acea9f058da9db (patch) | |
tree | bf8f03c5ff8418c434d30c4e345f316e77171437 /devel/p4 | |
parent | 9e8393e8a61409c9ace9d873b47674fa0442db71 (diff) |
Notes
Diffstat (limited to 'devel/p4')
-rw-r--r-- | devel/p4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile index 2e6d9c406d24..1a6667d8a3e3 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -26,12 +26,11 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/p4 -NO_STAGE= yes .include <bsd.port.pre.mk> .include "Makefile.inc" do-install: - ${INSTALL_PROGRAM} ${_DISTDIR}/p4 ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/p4 ${STAGEDIR}${PREFIX}/bin .include <bsd.port.post.mk> |