diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-04 06:51:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-03-04 06:51:37 +0000 |
commit | 280380c16286d93ff6295a0136ff4684a4061580 (patch) | |
tree | b1aae5f887520f0ba9eebf18008a2be0b668c585 /mail/milter-regex | |
parent | c1af2407906928aeba75b83b7e2c1cff3df93931 (diff) | |
download | ports-280380c16286d93ff6295a0136ff4684a4061580.tar.gz ports-280380c16286d93ff6295a0136ff4684a4061580.zip |
Notes
Diffstat (limited to 'mail/milter-regex')
-rw-r--r-- | mail/milter-regex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile index d361805d380c..8c1e4a18a48e 100644 --- a/mail/milter-regex/Makefile +++ b/mail/milter-regex/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.benzedrine.cx/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Milter plugin to sendmail for regular expression filtering -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${FILESDIR}/COPYRIGHT USE_RC_SUBR= milterregex @@ -39,6 +39,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${STAGEDIR}${PREFIX}/libexec/ - ${INSTALL_MAN} ${WRKSRC}/milter-regex.8 ${STAGEDIR}${MANPREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/milter-regex.8 ${STAGEDIR}${PREFIX}/man/man8/ .include <bsd.port.post.mk> |