diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-07-30 04:25:50 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-07-30 04:25:50 +0000 |
commit | cbab313a06c1fcf4f38aed09d3d19243d5858f6c (patch) | |
tree | 794002710ee717ef6d967e6d5858cdd8fe3f31a9 /mail/tmda/Makefile | |
parent | 1ce56eb0da450eeb184a1428b5e91040dd48a44e (diff) | |
download | pkgsrc-cbab313a06c1fcf4f38aed09d3d19243d5858f6c.tar.gz |
Install TMDA/Queue, missed in a package upgrade. Fixes tmda-pending.
Bump PKGREVISION.
Diffstat (limited to 'mail/tmda/Makefile')
-rw-r--r-- | mail/tmda/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index 72c8e54c4d7..4e2431247dc 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2007/02/27 00:18:46 schmonz Exp $ +# $NetBSD: Makefile,v 1.39 2007/07/30 04:25:50 schmonz Exp $ # DISTNAME= tmda-1.1.11 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail python MASTER_SITES= http://tmda.sourceforge.net/ftp/releases/ MASTER_SITES+= ftp://tmda.net/pub/tmda/releases/ @@ -45,8 +45,9 @@ SUBST_STAGE.etc= do-configure SUBST_FILES.etc= bin/tmda-ofmipd TMDA/Auth.py TMDA/Defaults.py SUBST_SED.etc= -e 's|/etc|${PKG_SYSCONFDIR}|g' -INSTALLATION_DIRS= bin ${SHAREDIR} ${DOCDIR} ${HTMLDIR} -INSTALLATION_DIRS+= ${PYSITELIB}/TMDA/pythonlib/email/mime ${EGDIR} +INSTALLATION_DIRS= bin ${SHAREDIR} ${DOCDIR} ${HTMLDIR} ${EGDIR} +INSTALLATION_DIRS+= ${PYSITELIB}/TMDA/pythonlib/email/mime +INSTALLATION_DIRS+= ${PYSITELIB}/TMDA/Queue post-extract: rm ${WRKSRC}/doc/html/error.log @@ -68,6 +69,8 @@ do-install: ${PREFIX}/${PYSITELIB}/TMDA/pythonlib/email ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/pythonlib/email/mime/*.py* \ ${PREFIX}/${PYSITELIB}/TMDA/pythonlib/email/mime + ${INSTALL_SCRIPT} ${WRKSRC}/TMDA/Queue/*.py* \ + ${PREFIX}/${PYSITELIB}/TMDA/Queue ${INSTALL_DATA} ${WRKSRC}/templates/*.txt ${PREFIX}/${SHAREDIR} |