diff options
author | kris <kris@FreeBSD.org> | 2002-09-29 05:08:14 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-29 05:08:14 +0000 |
commit | 290736da950cb1d44ec4ef650684d0c2e88a80b9 (patch) | |
tree | 9578e43f5d625396b11e2447fa16bfe935cf7877 /mail | |
parent | 1db29960ac2de6fec023edbb5503ab1d49ead4a9 (diff) | |
download | FreeBSD-ports-290736da950cb1d44ec4ef650684d0c2e88a80b9.zip FreeBSD-ports-290736da950cb1d44ec4ef650684d0c2e88a80b9.tar.gz |
Remove reference to pkg-message, which is not present in the repo
(accidentally not committed?)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/anubis/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/anubis/Makefile b/mail/anubis/Makefile index 8cd9321..2a7561b 100644 --- a/mail/anubis/Makefile +++ b/mail/anubis/Makefile @@ -69,9 +69,6 @@ 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 > \ |