diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-06 10:18:36 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-06 10:18:36 +0000 |
commit | c9c0619ceb7018fa7f449ec13bf3fbf75ef31094 (patch) | |
tree | 069a6e557cdbc050a276c28e70cd947c02a8866b /security/pam-pgsql | |
parent | e3c003635bfcfbc819d4f5edca901bc6f988fa15 (diff) | |
download | freebsd-ports-c9c0619ceb7018fa7f449ec13bf3fbf75ef31094.zip |
The old pkg_install is buggy with @cwd. Just install the module under
PREFIX like all other PAM ports.
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r-- | security/pam-pgsql/Makefile | 3 | ||||
-rw-r--r-- | security/pam-pgsql/pkg-plist | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index a09402ad81fc..db6368772794 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -3,7 +3,7 @@ PORTNAME= pam-pgsql PORTVERSION= 0.7.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.7/ @@ -18,7 +18,6 @@ LIB_DEPENDS= libmhash.so:${PORTSDIR}/security/mhash \ USES= libtool USE_PGSQL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=/usr/lib SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS diff --git a/security/pam-pgsql/pkg-plist b/security/pam-pgsql/pkg-plist index 743344738337..794e429a518c 100644 --- a/security/pam-pgsql/pkg-plist +++ b/security/pam-pgsql/pkg-plist @@ -1,9 +1,7 @@ +lib/pam_pgsql.so %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/sample.sql %%PORTDOCS%%@dirrm %%DOCSDIR%% -@cwd /usr -lib/pam_pgsql.so -@cwd |