diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-09 14:03:10 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-09 14:03:10 +0000 |
commit | 72b71a3ebfcf9cbc2986bad306e401abda757b9e (patch) | |
tree | 934da5d4a6eff26d4f1af47e0791c20a6cae855f | |
parent | 929c477193619199631c3d90b9737e58f36f16aa (diff) | |
download | FreeBSD-ports-72b71a3ebfcf9cbc2986bad306e401abda757b9e.zip FreeBSD-ports-72b71a3ebfcf9cbc2986bad306e401abda757b9e.tar.gz |
- remove broken MANPREFIX
- update RESTRICTED
-rw-r--r-- | mail/sid-milter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sid-milter/Makefile b/mail/sid-milter/Makefile index ffd8ee5..98797e4 100644 --- a/mail/sid-milter/Makefile +++ b/mail/sid-milter/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/SenderID%20Milter/${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= An sid and spf milter for Sendmail -RESTRICTED= may incorporate intellectual property, possible patent issues +RESTRICTED= May incorporate intellectual property, possible patent issues WCONF= ${WRKSRC}/devtools/Site MAN8= sid-filter.8 @@ -62,13 +62,13 @@ pre-configure: post-install: .for i in ${MAN8} - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${STAGEDIR}${MANPREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/*/${i} ${STAGEDIR}${PREFIX}/man/man8/ .endfor .if ${PORT_OPTIONS:MLIBAR} ${INSTALL_LIB} ${WRKSRC}/*/libar/libar.a ${STAGEDIR}${PREFIX}/lib/libar.a ${INSTALL_DATA} ${WRKSRC}/libar/ar.h ${STAGEDIR}${PREFIX}/include/libar.h .for i in ${MAN3} - ${INSTALL_MAN} ${WRKSRC}/*/${i} ${STAGEDIR}${MANPREFIX}/man/man3/ + ${INSTALL_MAN} ${WRKSRC}/*/${i} ${STAGEDIR}${PREFIX}/man/man3/ .endfor .endif .if ${PORT_OPTIONS:MDOCS} |