diff options
author | joerg <joerg> | 2010-02-19 18:49:41 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-19 18:49:41 +0000 |
commit | 289fc7cdb78d05b38240cd1e49f3c4f61d47a8e0 (patch) | |
tree | 68105dfeda0e42d85e34128dd4ff31e619fe147e /mail/majordomo | |
parent | dd3b666b734c6504340cad62d988c9e517a9f557 (diff) | |
download | pkgsrc-289fc7cdb78d05b38240cd1e49f3c4f61d47a8e0.tar.gz |
Fix installation.
Diffstat (limited to 'mail/majordomo')
-rw-r--r-- | mail/majordomo/Makefile | 4 |
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 |