diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-06 18:18:36 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-06 18:18:36 +0800 |
commit | b15059554b3d92e84be7bf70d79477d1c1d0cd82 (patch) | |
tree | 069a6e557cdbc050a276c28e70cd947c02a8866b | |
parent | de934d1195338ff2aa66d3b03bde9fa3eafb61d9 (diff) | |
download | freebsd-ports-gnome-b15059554b3d92e84be7bf70d79477d1c1d0cd82.tar.gz freebsd-ports-gnome-b15059554b3d92e84be7bf70d79477d1c1d0cd82.tar.zst freebsd-ports-gnome-b15059554b3d92e84be7bf70d79477d1c1d0cd82.zip |
The old pkg_install is buggy with @cwd. Just install the module under
PREFIX like all other PAM ports.
-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 |