forgot to add pkg-message last commit
This commit is contained in:
parent
51ea95812d
commit
4644cd8b1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67221
2 changed files with 14 additions and 0 deletions
|
@ -69,6 +69,9 @@ CONFIGURE_ARGS+= --with-tcp-wrappers
|
|||
MAN1= anubis.1
|
||||
DOCS= AUTHORS INSTALL NEWS README THANKS TODO
|
||||
|
||||
pre-everything::
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/src/headers.h
|
||||
@${SED} -e "s|%%PREFIX%%|${PREFIX}|g" ${FILESDIR}/anubis.sh > \
|
||||
|
|
11
mail/anubis/pkg-message
Normal file
11
mail/anubis/pkg-message
Normal file
|
@ -0,0 +1,11 @@
|
|||
###########################################################################
|
||||
#
|
||||
# Following compile-time options are available:
|
||||
#
|
||||
# WITHOUT_OPENSSL=yes Disable the OpenSSL library support
|
||||
# WITHOUT_GPGME=yes Disable the GnuPG (GPGME library) support
|
||||
# WITH_PCRE=yes Enable the PCRE library support
|
||||
# WITH_PAM=yes Enable the Pluggable Authentication Modules support
|
||||
# WITH_TCP_WRAPPERS=yes Enable the libwrap (TCP wrappers) support
|
||||
#
|
||||
###########################################################################
|
Loading…
Reference in a new issue