summaryrefslogtreecommitdiff
path: root/mail/exim-html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim-html/Makefile')
-rw-r--r--mail/exim-html/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/exim-html/Makefile b/mail/exim-html/Makefile
index 096af42fc23..3dde8f0bb00 100644
--- a/mail/exim-html/Makefile
+++ b/mail/exim-html/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2007/02/22 19:26:41 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2007/09/05 10:36:43 rillig Exp $
-DISTNAME= exim-html-4.50
+DISTNAME= exim-html-4.67
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \
@@ -11,11 +11,10 @@ MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.exim.org/
COMMENT= HTML documentation for the Exim mail transfer agent
-NO_CONFIGURE= yes
NO_BUILD= yes
+INSTALLATION_DIRS= share/doc/exim/html
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/exim
- ${CP} -R ${WRKDIR}/${DISTNAME}/doc/html/* ${PREFIX}/share/doc/html/exim
+ cd ${WRKSRC}/doc/html && pax -wr * ${PREFIX}/share/doc/exim/html
.include "../../mk/bsd.pkg.mk"