diff options
author | oliver <oliver@FreeBSD.org> | 2006-02-11 19:37:46 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-02-11 19:37:46 +0800 |
commit | 04bbafeb6a89d70bc3e129c3c61e210ee3a544c2 (patch) | |
tree | 24877349a66c124f5d06ec63c9a6aa9459d0887b /security/courier-authlib | |
parent | dc867508f2ab03befeb77d3eb26b8dd65c6185be (diff) | |
download | freebsd-ports-gnome-04bbafeb6a89d70bc3e129c3c61e210ee3a544c2.tar.gz freebsd-ports-gnome-04bbafeb6a89d70bc3e129c3c61e210ee3a544c2.tar.zst freebsd-ports-gnome-04bbafeb6a89d70bc3e129c3c61e210ee3a544c2.zip |
make it possible to change the program which is used for authpipe
PR: ports/92681
Submitted by: Henry Karpatskij <henkka@spheroid.info>
Diffstat (limited to 'security/courier-authlib')
-rw-r--r-- | security/courier-authlib/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 567565e795d9..f9c3dc9a3c96 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -97,6 +97,10 @@ PLIST_SUB+= MAILOWN=${MAILOWN} MAILGRP=${MAILGRP} \ SUB_LIST:= ${PLIST_SUB} SUB_FILES+= pkg-install pkg-deinstall +.if defined(WITH_AUTHPIPE_PROG) +CONFIGURE_ARGS+=--with-pipeprog=${WITH_AUTHPIPE_PROG} +.endif + .else RUN_DEPENDS+= courierauthconfig:${PORTSDIR}/security/courier-authlib-base CONFIGURE_ARGS+=--without-base --without-authpam @@ -170,6 +174,12 @@ USE_RCORDER= courier-authdaemond.sh .else USE_RC_SUBR= courier-authdaemond.sh .endif + +pre-everything:: + @${ECHO_CMD} + @${ECHO_CMD} " Set WITH_AUTHPIPE_PROG to a program you want to use instead of" + @${ECHO_CMD} " authProg for libauthpipe" + @${ECHO_CMD} .endif post-patch: |