diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-17 17:19:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-17 17:19:48 +0000 |
commit | 7c47779cb9cc1f12908949c26b831e944047ed17 (patch) | |
tree | cc6e929ebf67eee2cc8ce1692ea0663387b3a559 /german | |
parent | b4c4d6656e7b913544a3cbd1bea7f40f7cad2e74 (diff) | |
download | ports-7c47779cb9cc1f12908949c26b831e944047ed17.tar.gz ports-7c47779cb9cc1f12908949c26b831e944047ed17.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/BBBike/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/BBBike/Makefile b/german/BBBike/Makefile index e17637af196b..0e1aa6b6ff38 100644 --- a/german/BBBike/Makefile +++ b/german/BBBike/Makefile @@ -66,8 +66,8 @@ post-patch: @${RM} ${WRKSRC}/tmp/.keep_me do-build: - cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} all install - cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL5} clean + cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL} all install + cd ${WRKSRC}/ext && ${MAKE} PERL=${PERL} clean ${FIND} ${WRKSRC}/lib -name "*.so" | ${XARGS} ${CHMOD} u+w ${FIND} ${WRKSRC}/lib -name "*.so" | ${XARGS} ${STRIP_CMD} ${FIND} ${WRKSRC}/lib -name "*.so" | ${XARGS} ${CHMOD} u-w |