diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-16 01:48:12 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-16 01:48:12 +0000 |
commit | 7917108ce0c36768c116817f8a80c975675cb57c (patch) | |
tree | 70dc7d98c164c29a793d2431a815941e25f05632 /mail/dbmail-devel | |
parent | [REPOCOPY WAITING] ports/net/nttcp and ports/net/ttcp appear miscategorized (diff) |
- 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 80308db2052a..32a39f5f0bb4 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 |