aboutsummaryrefslogtreecommitdiff
path: root/security/pam-pgsql
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-03-18 16:23:53 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-03-18 16:23:53 +0000
commit196ab31ef434fabe35d7795a5cf1bdbcb56fbfda (patch)
tree2551dfd6779c8e73dde645a017066cf36ef8501c /security/pam-pgsql
parentad2dd742bc30e5db4fde6cde796dff5d0cc50e5f (diff)
downloadports-196ab31ef434fabe35d7795a5cf1bdbcb56fbfda.tar.gz
ports-196ab31ef434fabe35d7795a5cf1bdbcb56fbfda.zip
Fix the hardcoded prefix path to the ${LOCALBASE}.
Submitted by: vanilla
Notes
Notes: svn path=/head/; revision=40023
Diffstat (limited to 'security/pam-pgsql')
-rw-r--r--security/pam-pgsql/files/Makefile.bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-pgsql/files/Makefile.bsd b/security/pam-pgsql/files/Makefile.bsd
index 634a5fd3cc67..849bc8782ef7 100644
--- a/security/pam-pgsql/files/Makefile.bsd
+++ b/security/pam-pgsql/files/Makefile.bsd
@@ -6,7 +6,7 @@ SHLIB_NAME=${LIB}.so
LDADD= -lpam -L${LOCALBASE}/pgsql/lib -lpq
INCLUDE= -I${LOCALBASE}/pgsql/include
-CFLAGS+= -Wall -D_GNU_SOURCE -I/opt/pgsql/include
+CFLAGS+= -Wall -D_GNU_SOURCE -I${LOCALBASE}/pgsql/include
INTERNALLIB= we don't need no stinking static lib