diff options
author | clement <clement@FreeBSD.org> | 2004-01-16 01:48:12 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-16 01:48:12 +0000 |
commit | d153cabc349cdc40d374b86fd080d8f3df6e589c (patch) | |
tree | 163c994cbf736b660e965a12fc48af8977ec8430 /mail/dbmail-devel | |
parent | a1aef5aca4f18a6e30d3024788b1383e8787d7e7 (diff) | |
download | FreeBSD-ports-d153cabc349cdc40d374b86fd080d8f3df6e589c.zip FreeBSD-ports-d153cabc349cdc40d374b86fd080d8f3df6e589c.tar.gz |
- Cleanups.
Notice by: From: lou <lou@0xffff.org>
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'mail/dbmail-devel')
-rw-r--r-- | mail/dbmail-devel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/dbmail-devel/Makefile b/mail/dbmail-devel/Makefile index 80308db..32a39f5 100644 --- a/mail/dbmail-devel/Makefile +++ b/mail/dbmail-devel/Makefile @@ -40,7 +40,6 @@ LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" LOCALBASE=${LOCALBASE} -FILES_TO_PATCH= imapd.c main.c maintenance.c pop3d.c user.c PORTDOCS= INSTALL README MAN1= dbmail-adduser.1 dbmail-config.1 dbmail-imapd.1 \ @@ -56,10 +55,8 @@ pre-everything:: @${ECHO} "" post-configure: -.for FILE in ${FILES_TO_PATCH} @${REINPLACE_CMD} -i.orig 's!/etc/dbmail.conf!${PREFIX}/etc/dbmail.conf!g' \ - ${WRKSRC}/${FILE} -.endfor + ${WRKSRC}/dbmail.h post-install: @${INSTALL_DATA} ${WRKSRC}/dbmail.conf ${PREFIX}/etc/dbmail.conf-dist |