Skip to content

Commit

Permalink
devel/xxhash: Use = instead of += for MAKE_ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 21, 2024
1 parent b36bb8a commit 0e298d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devel/xxhash/Makefile
Expand Up @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

USES= gmake

MAKE_ARGS= MANDIR=${PREFIX}/share/man/man1
TEST_TARGET= check
USE_LDCONFIG= yes

Expand All @@ -23,8 +24,6 @@ USE_GITHUB= yes
GH_ACCOUNT= Cyan4973
GH_PROJECT= xxHash

MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man1

PORTSCOUT= limit:^v[0-9\.]*

post-install:
Expand Down

0 comments on commit 0e298d0

Please sign in to comment.