From 9517c37109c5825e13902f56cb29ea9bcb30ffda Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Tue, 21 May 2013 11:55:16 +0000 Subject: [PATCH] - 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) --- security/libsodium/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/libsodium/Makefile b/security/libsodium/Makefile index 5d706b9960cd..d24c7491cfd8 100644 --- a/security/libsodium/Makefile +++ b/security/libsodium/Makefile @@ -6,14 +6,14 @@ CATEGORIES= security MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/ MAINTAINER= csosstudy@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