svn commit: r318683 - head/security/libsodium
William Grzybowski
wg at FreeBSD.org
Tue May 21 11:55:17 UTC 2013
Author: wg
Date: Tue May 21 11:55:16 2013
New Revision: 318683
URL: http://svnweb.freebsd.org/changeset/ports/318683
Log:
- Do not install COPYING, LICENSE is already defined [1]
- While I'm here rephrase COMMENT [2]
Submitted by: danfe [1], culot [2] (via email)
Approved by: culot (mentor)
Modified:
head/security/libsodium/Makefile
Modified: head/security/libsodium/Makefile
==============================================================================
--- head/security/libsodium/Makefile Tue May 21 11:51:55 2013 (r318682)
+++ head/security/libsodium/Makefile Tue May 21 11:55:16 2013 (r318683)
@@ -6,14 +6,14 @@ CATEGORIES= security
MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/
MAINTAINER= csosstudy at gmail.com
-COMMENT= Library for build higher-level cryptographic tools
+COMMENT= Library to build higher-level cryptographic tools
LICENSE= ISCL
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-PORTDOCS= AUTHORS COPYING NEWS THANKS
+PORTDOCS= AUTHORS NEWS THANKS
post-build:
cd ${WRKSRC} && ${MAKE} check
More information about the svn-ports-all
mailing list