diff options
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r-- | mail/imap-uw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 208c753b61c..5d3f208480a 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -72,11 +72,11 @@ post-patch: @${RM} ${WRKSRC}/docs/imaprc.txt.bak pre-build: - @${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION} + @${SH} ${FILESDIR}/pkg-req.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION} .if ${PORT_OPTIONS:MSSL} - @${SH} ${PKGREQ}.ssl ${LOCALBASE}/include/c-client/portrevision.h yes + @${SH} ${FILESDIR}/pkg-req.ssl ${LOCALBASE}/include/c-client/portrevision.h yes .else - @${SH} ${PKGREQ}.ssl ${LOCALBASE}/include/c-client/portrevision.h no + @${SH} ${FILESDIR}/pkg-req.ssl ${LOCALBASE}/include/c-client/portrevision.h no .endif do-install: |