Date: Tue, 21 May 2013 11:51:55 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318682 - head/security/pam-pgsql Message-ID: <201305211151.r4LBptwQ063891@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305211151.r4LBptwQ063891>