diff options
author | wg <wg@FreeBSD.org> | 2013-05-21 19:51:55 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-05-21 19:51:55 +0800 |
commit | 76b26cfd5ab49fa868c3bf683d6d7dd50cf3964e (patch) | |
tree | e73c9e6d386775c1da7eff1194e8f0b511388fb7 /security | |
parent | b0feb911c5c148f84368b46f6f12b824c20a6a78 (diff) | |
download | freebsd-ports-gnome-76b26cfd5ab49fa868c3bf683d6d7dd50cf3964e.tar.gz freebsd-ports-gnome-76b26cfd5ab49fa868c3bf683d6d7dd50cf3964e.tar.zst freebsd-ports-gnome-76b26cfd5ab49fa868c3bf683d6d7dd50cf3964e.zip |
- Do not mute install command
- Use LICENSE knob and do not install COPYRIGHT
Submitted by: danfe (via email)
Approved by: culot (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-pgsql/Makefile | 5 |
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> |