aboutsummaryrefslogtreecommitdiff
path: root/security/pam-pgsql
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-05-21 11:51:55 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-05-21 11:51:55 +0000
commit4b910b1351e0b6a0d5c19a8398a3b6e86fa06b92 (patch)
treee73c9e6d386775c1da7eff1194e8f0b511388fb7 /security/pam-pgsql
parent1a32d7c3e8a477bedc8beed175f68c0b27c5d7bb (diff)
downloadports-4b910b1351e0b6a0d5c19a8398a3b6e86fa06b92.tar.gz
ports-4b910b1351e0b6a0d5c19a8398a3b6e86fa06b92.zip
- Do not mute install command
- Use LICENSE knob and do not install COPYRIGHT Submitted by: danfe (via email) Approved by: culot (mentor)
Notes
Notes: svn path=/head/; revision=318682
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r--security/pam-pgsql/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile
index db9012359f7f..68fbefe2cc4d 100644
--- a/security/pam-pgsql/Makefile
+++ b/security/pam-pgsql/Makefile
@@ -9,6 +9,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7/
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>