aboutsummaryrefslogtreecommitdiff
path: root/chinese/oicq
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-03 06:40:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-10-03 06:40:58 +0000
commit8cfda521c7993cc86c41fcea77696e4c1f51981b (patch)
treec9e087535a0258493e8a620fc36c8f35bcb5d824 /chinese/oicq
parent8d6c858782168c6bac72cc19ec99d25bce83f5a5 (diff)
downloadports-8cfda521c7993cc86c41fcea77696e4c1f51981b.tar.gz
ports-8cfda521c7993cc86c41fcea77696e4c1f51981b.zip
- Remove unnecessary slash after STAGEDIR
Notes
Notes: svn path=/head/; revision=329142
Diffstat (limited to 'chinese/oicq')
-rw-r--r--chinese/oicq/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile
index fad82e73fc9e..2339e24c9335 100644
--- a/chinese/oicq/Makefile
+++ b/chinese/oicq/Makefile
@@ -17,7 +17,7 @@ USES= perl5
USE_PERL5= configure
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/qq ${STAGEDIR}/${PREFIX}/bin
- ${INSTALL_SCRIPT} ${WRKSRC}/demo1 ${STAGEDIR}/${PREFIX}/bin/qq-demo1
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/qq ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/demo1 ${STAGEDIR}${PREFIX}/bin/qq-demo1
.include <bsd.port.mk>