diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-12-18 16:17:32 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-12-18 16:17:32 +0000 |
commit | 9e7372c3b08f6db4fa58397e020a8c6f0d2df6e2 (patch) | |
tree | 2637668372b49476639b02b4078f072cb61d874a /devel/git | |
parent | 38a66eed4eb4a2fb39618eb95e5d2712a6172347 (diff) | |
download | ports-9e7372c3b08f6db4fa58397e020a8c6f0d2df6e2.tar.gz ports-9e7372c3b08f6db4fa58397e020a8c6f0d2df6e2.zip |
Notes
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 2 | ||||
-rw-r--r-- | devel/git/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 18498651c138..5724289794d1 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -407,7 +407,7 @@ post-install: @${ECHO_MSG} "===> Installing contributed scripts" ${MKDIR} ${PREFIX}/share/git-core/contrib (cd ${WRKSRC}/contrib/ && \ - ${COPYTREE_SHARE} \* ${PREFIX}/share/git-core/contrib) + ${COPYTREE_BIN} \* ${PREFIX}/share/git-core/contrib) .endif .ifdef (WITH_P4) ${INSTALL_SCRIPT} ${WRKSRC}/contrib/p4import/git-p4import ${PREFIX}/bin/ diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index 49be77f9e483..28d99a062f50 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -1008,5 +1008,5 @@ share/git-core/templates/info/exclude %%CONTRIB%%@dirrm share/git-core/contrib/workdir %%CONTRIB%%@dirrm share/git-core/contrib @dirrm share/git-core -%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/git_remote_helpers/git -%%PYTHON%%@dirrm %%PYTHON_SITELIBDIR%%/git_remote_helpers +%%PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%/git_remote_helpers/git +%%PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%%/git_remote_helpers |