diff options
author | steve <steve@FreeBSD.org> | 2006-01-06 00:22:13 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2006-01-06 00:22:13 +0800 |
commit | 3243adaf94042cf1149e110d3bb7aead5024a6bc (patch) | |
tree | 763db91638bd446252b807a0e3f6a706b91c14bc /mail | |
parent | c0779c5571c687159a8b8d4d1a42702ae6ce1f66 (diff) | |
download | freebsd-ports-gnome-3243adaf94042cf1149e110d3bb7aead5024a6bc.tar.gz freebsd-ports-gnome-3243adaf94042cf1149e110d3bb7aead5024a6bc.tar.zst freebsd-ports-gnome-3243adaf94042cf1149e110d3bb7aead5024a6bc.zip |
Remove PORTREVISION from REALNAME as well. Doing so unbreaks
stopping and restarting the daemon from policyd.sh.
Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-policyd-sf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-policyd-sf/Makefile b/mail/postfix-policyd-sf/Makefile index 1399bea18d4e..174a80be155a 100644 --- a/mail/postfix-policyd-sf/Makefile +++ b/mail/postfix-policyd-sf/Makefile @@ -7,7 +7,7 @@ PORTNAME= policyd PORTVERSION= 1.71 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://policyd.sourceforge.net/ \ ftp://ftp.oav.net/pkg_freebsd/distfiles/ @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_RC_SUBR= policyd.sh -REALNAME= ${PKGNAME:S/-${PORTVERSION}//} +REALNAME= ${PKGNAME:C/-${PORTVERSION}.*//} SUB_LIST+= REALNAME=${REALNAME} |