Skip to content

Commit

Permalink
devel/xxhash: Simplify Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 11, 2021
1 parent 7ac780e commit 5f4acee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/xxhash/Makefile
Expand Up @@ -24,6 +24,6 @@ PORTSCOUT= skipv:r35,r36,r37,r38,r39,r40,r41,r42

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xxhsum
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxhash.so.${PORTVERSION}
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxxhash.so

.include <bsd.port.mk>

0 comments on commit 5f4acee

Please sign in to comment.