svn commit: r318682 - head/security/pam-pgsql

William Grzybowski wg at FreeBSD.org
Tue May 21 11:51:56 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list