aboutsummaryrefslogtreecommitdiff
path: root/mail/smtpproxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/smtpproxy/Makefile')
-rw-r--r--mail/smtpproxy/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/smtpproxy/Makefile b/mail/smtpproxy/Makefile
index 5f5a5859f7aa..73e424c89f41 100644
--- a/mail/smtpproxy/Makefile
+++ b/mail/smtpproxy/Makefile
@@ -20,19 +20,15 @@ DISABLE_SIZE= yes
MAN1= smtp.proxy.1
PLIST_FILES= libexec/smtp.proxy
PORTDOCS= README rfc821.txt
-CFLAGS+= -DVERSION=\'\"${PORTVERSION}\"\'
post-patch:
- @${REINPLACE_CMD} -e 's,CC =,CC ?=,; /^CFLAGS/d ;\
- s,/usr/local,${PREFIX}, ' \
- ${WRKSRC}/makefile
@${REINPLACE_CMD} -e 's,<wait.h>,<sys/wait.h>,' ${WRKSRC}/acp.c
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif