diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-30 04:21:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-30 04:21:42 +0800 |
commit | 33e8ad15714c320d25c9428add804bc927c24a05 (patch) | |
tree | f9742444030cf648ecfac1ab87dce11150b5a2f3 /devel/cbrowser | |
parent | 8235ba74419cbf458a6343fcb5b3ac0415631437 (diff) | |
download | freebsd-ports-gnome-33e8ad15714c320d25c9428add804bc927c24a05.tar.gz freebsd-ports-gnome-33e8ad15714c320d25c9428add804bc927c24a05.tar.zst freebsd-ports-gnome-33e8ad15714c320d25c9428add804bc927c24a05.zip |
Remove a stage orphan
Approved by: gahr (maintainer)
Diffstat (limited to 'devel/cbrowser')
-rw-r--r-- | devel/cbrowser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cbrowser/Makefile b/devel/cbrowser/Makefile index 6730fbca051f..fa5c821c1ec3 100644 --- a/devel/cbrowser/Makefile +++ b/devel/cbrowser/Makefile @@ -27,7 +27,7 @@ post-patch: do-install: ${MKDIR} ${STAGEDIR}${LIBDIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${LIBDIR} -a ! -name README + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${LIBDIR} "-a ! -name README" ${CHMOD} ${BINMODE} ${STAGEDIR}${LIBDIR}/cbrowser ${LN} -s ${LIBDIR}/cbrowser ${STAGEDIR}${PREFIX}/bin |