summaryrefslogtreecommitdiff
path: root/mail/qmHandle/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-08-13 15:03:45 +0000
committerzuntum <zuntum>2001-08-13 15:03:45 +0000
commitc883a1be6c324b9148de5c1cc580138f60f96683 (patch)
tree8c0702b6f0cdc7155ab7717b81d6cd29b17ffe8c /mail/qmHandle/Makefile
parentf398877b16e18cd4076fcc1751daefbb5d1b5765 (diff)
downloadpkgsrc-c883a1be6c324b9148de5c1cc580138f60f96683.tar.gz
Update qmHandle to 0.5.1
Changes: 0.5.1 (July 23, 2001) * Added a -D option which deletes al message in both local and remote queue. [Thanks Kasper Holtze] * Fixed a bug with the CC field when displaying message list. o depend on qmail>=1.03 o use REPLACE_PERL instead of ${SED}
Diffstat (limited to 'mail/qmHandle/Makefile')
-rw-r--r--mail/qmHandle/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/mail/qmHandle/Makefile b/mail/qmHandle/Makefile
index b0168884590..a4c13ab1920 100644
--- a/mail/qmHandle/Makefile
+++ b/mail/qmHandle/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2001/06/04 22:26:32 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2001/08/13 15:03:45 zuntum Exp $
#
-DISTNAME= qmHandle-0.5.0
+DISTNAME= qmHandle-0.5.1
CATEGORIES= mail
MASTER_SITES= http://www.io.com/~mick/soft/
@@ -11,16 +11,14 @@ COMMENT= tool to view and manage the qmail message queue
RESTRICTED= "Contact author before reselling"
+DEPENDS+= qmail>=1.03:../../mail/qmail
+
WRKSRC= ${WRKDIR}
USE_PERL5= YES
+REPLACE_PERL= qmHandle
NO_BUILD= YES
-post-patch:
- ${SED} "s,/usr/bin/perl,${LOCALBASE}/bin/perl,g" \
- ${WRKSRC}/qmHandle > ${WRKSRC}/qmHandle.done
- ${MV} ${WRKSRC}/qmHandle.done ${WRKSRC}/qmHandle
-
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/qmHandle.README