From owner-svn-ports-head@FreeBSD.ORG Tue May 21 11:51:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 33E012D1; Tue, 21 May 2013 11:51:56 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 25D97AAE; Tue, 21 May 2013 11:51:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4LBptWv063892; Tue, 21 May 2013 11:51:55 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4LBptwQ063891; Tue, 21 May 2013 11:51:55 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201305211151.r4LBptwQ063891@svn.freebsd.org> From: William Grzybowski Date: Tue, 21 May 2013 11:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318682 - head/security/pam-pgsql X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2013 11:51:56 -0000 Author: wg Date: Tue May 21 11:51:55 2013 New Revision: 318682 URL: http://svnweb.freebsd.org/changeset/ports/318682 Log: - Do not mute install command - Use LICENSE knob and do not install COPYRIGHT Submitted by: danfe (via email) Approved by: culot (mentor) Modified: head/security/pam-pgsql/Makefile Modified: head/security/pam-pgsql/Makefile ============================================================================== --- head/security/pam-pgsql/Makefile Tue May 21 11:50:08 2013 (r318681) +++ head/security/pam-pgsql/Makefile Tue May 21 11:51:55 2013 (r318682) @@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= berend@pobox.com COMMENT= PAM module for authenticating with PostgreSQL +LICENSE= GPLv2 + LIB_DEPENDS= mhash:${PORTSDIR}/security/mhash \ gcrypt:${PORTSDIR}/security/libgcrypt @@ -23,8 +25,7 @@ post-install: @${SED} -e 's,%%PREFIX%%,${PREFIX},' ${PKGMESSAGE} .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGELOG \ - ${WRKSRC}/COPYRIGHT ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/CHANGELOG ${DOCSDIR} .endif .include