pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

xxhash: Cleanup.



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sat Dec 31 16:20:40 2016 -0800
Changeset:	07ef85e879be45cf4dbf2166bd15b1b103df1206

Modified Files:
	xxhash/Makefile

Log Message:
xxhash: Cleanup.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=07ef85e879be45cf4dbf2166bd15b1b103df1206

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 xxhash/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diffs:
diff --git a/xxhash/Makefile b/xxhash/Makefile
index 3c1dbfe..b82d9e8 100644
--- a/xxhash/Makefile
+++ b/xxhash/Makefile
@@ -4,7 +4,6 @@ PKGNAME=	xxhash-0.6.2
 DISTNAME=	xxHash-${PKGVERSION_NOREV}
 CATEGORIES=	misc
 GITHUB_TAG=	v${PKGVERSION_NOREV}
-
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Cyan4973/}
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
@@ -25,7 +24,3 @@ do-install:
 	${INSTALL_ENV} ${INSTALL_MAN} ${WRKSRC}/xxhsum.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
 .include "../../mk/bsd.pkg.mk"
-
-
-#The library files `xxhash.c` and `xxhash.h` are BSD licensed.
-#The utility `xxhsum` is GPL licensed.


Home | Main Index | Thread Index | Old Index