summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-19 18:49:41 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-19 18:49:41 +0000
commitb169a8d922c6848bdf9974e75d818ac5872079f9 (patch)
tree68105dfeda0e42d85e34128dd4ff31e619fe147e /mail
parent9f1aa8605ccccefd780cdebb3d4bc01376692341 (diff)
downloadpkgsrc-b169a8d922c6848bdf9974e75d818ac5872079f9.tar.gz
Fix installation.
Diffstat (limited to 'mail')
-rw-r--r--mail/majordomo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
index 57a5ab0902a..f20b9f1187d 100644
--- a/mail/majordomo/Makefile
+++ b/mail/majordomo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2009/05/19 08:59:21 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2010/02/19 18:49:41 joerg Exp $
DISTNAME= majordomo-1.94.5
PKGREVISION= 2
@@ -70,6 +70,8 @@ MESSAGE_SED= -e 's|$${PREFIX}|${PREFIX}|g' \
-e 's|$${MAJORDOMO_USER}|${MAJORDOMO_USER}|g' \
-e 's|$${MAJORDOMO_GROUP}|${MAJORDOMO_GROUP}|g' \
+INSTALLATION_DIRS= ${PKGMANDIR}/man8
+
do-configure:
${SED} ${CONFIGURE_SED} ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.netbsd