Skip to content

Commit

Permalink
devel/xxhash: Cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jan 11, 2022
1 parent 4b1258e commit 4133134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions devel/xxhash/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xxhash
PORTVERSION= 0.8.1
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.1
CATEGORIES= devel

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -14,7 +14,7 @@ USES= gmake
USE_LDCONFIG= yes
TEST_TARGET= check

PLIST_SUB= DISTVERSION=${DISTVERSION}
PLIST_SUB= PORTVERSION=${PORTVERSION}

USE_GITHUB= yes
GH_ACCOUNT= Cyan4973
Expand Down
2 changes: 1 addition & 1 deletion devel/xxhash/pkg-plist
Expand Up @@ -7,7 +7,7 @@ include/xxhash.h
lib/libxxhash.a
lib/libxxhash.so
lib/libxxhash.so.0
lib/libxxhash.so.%%DISTVERSION%%
lib/libxxhash.so.%%PORTVERSION%%
libdata/pkgconfig/libxxhash.pc
man/man1/xxh128sum.1.gz
man/man1/xxh32sum.1.gz
Expand Down

0 comments on commit 4133134

Please sign in to comment.