diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2004-01-14 04:35:54 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2004-01-14 04:35:54 +0000 |
commit | 5d9292468e7a43ea6024e643adf7c3c86a6ce832 (patch) | |
tree | d9c5609da94d064e6e0882996b9e6039766afc99 /mail/qmhandle | |
parent | Mark the GTK1 version of this port as BROKEN. A fix is coming soon (diff) |
Make the command we use for finding a PID really work. Bump PORTREVISION.
Submitted by: Shawn Yeager <mail@shawnyeager.com>
Notes
Notes:
svn path=/head/; revision=98133
Diffstat (limited to 'mail/qmhandle')
-rw-r--r-- | mail/qmhandle/Makefile | 1 | ||||
-rw-r--r-- | mail/qmhandle/files/patch-qmHandle | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/qmhandle/Makefile b/mail/qmhandle/Makefile index f3cca218c284..d2bfb860ac20 100644 --- a/mail/qmhandle/Makefile +++ b/mail/qmhandle/Makefile @@ -7,6 +7,7 @@ PORTNAME= qmHandle PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= qmhandle diff --git a/mail/qmhandle/files/patch-qmHandle b/mail/qmhandle/files/patch-qmHandle index f894d23c0365..e0b05bfe1b91 100644 --- a/mail/qmhandle/files/patch-qmHandle +++ b/mail/qmhandle/files/patch-qmHandle @@ -24,7 +24,7 @@ $FreeBSD$ -my ($pidcmd) = 'pidof qmail-send'; +#my ($pidcmd) = 'pidof qmail-send'; +# This is for FreeBSD with a standard qmail installation: -+my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 3'; ++my ($pidcmd) = 'ps -U qmails | grep qmail-send | cut -s -d " " -f 1'; + #################### USER CONFIGURATION END #################### |