diff options
author | Steve Price <steve@FreeBSD.org> | 2006-01-05 16:22:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2006-01-05 16:22:13 +0000 |
commit | 7ffb55a6e7aaa6c5d0fc7fa4d964beed568023df (patch) | |
tree | 0029151b2de475b7bda6bfa00b6e53b3e3d1167e /mail/postfix-policyd-sf | |
parent | 1365216e4986e930216e8fa76ad7b62c2b72e4e4 (diff) | |
download | ports-7ffb55a6e7aaa6c5d0fc7fa4d964beed568023df.tar.gz ports-7ffb55a6e7aaa6c5d0fc7fa4d964beed568023df.zip |
Remove PORTREVISION from REALNAME as well. Doing so unbreaks
stopping and restarting the daemon from policyd.sh.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=152814
Diffstat (limited to 'mail/postfix-policyd-sf')
-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} |