summaryrefslogtreecommitdiff
path: root/mail/mailserv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailserv/Makefile')
-rw-r--r--mail/mailserv/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/mailserv/Makefile b/mail/mailserv/Makefile
index 27a3f4960a9..d56f9e7bf5b 100644
--- a/mail/mailserv/Makefile
+++ b/mail/mailserv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/07/16 01:19:12 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/12/05 20:50:33 rillig Exp $
#
DISTNAME= mailserv
@@ -24,7 +24,6 @@ CONF_FILES=
majordomo-share majordomo mlp pmdf smartlist subscribe
CONF_FILES+= ${EGDIR}/${cf}.cf ${PKG_SYSCONFDIR}/${cf}.cf
.endfor
-.undef cf
INSTALLATION_DIRS= libexec/cgi-bin
@@ -39,7 +38,6 @@ do-configure:
-e "s|/usr/local/bin/perl|${PREFIX}/bin/perl|g" \
-e "s|/usr/bin/perl|${PREFIX}/bin/perl|g"
.endfor
-.undef file
do-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/libexec/cgi-bin/mailserv
@@ -52,11 +50,9 @@ do-install:
cd ${PREFIX}/libexec/cgi-bin/mailserv && \
${LN} -s mailserv ${cf}
.endfor
-.undef cf
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mailserv
.for doc in ChangeLog LICENSE README
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/mailserv
.endfor
-.undef doc
.include "../../mk/bsd.pkg.mk"