diff options
author | ak <ak@FreeBSD.org> | 2017-04-18 23:15:06 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2017-04-18 23:15:06 +0800 |
commit | 8b9ddc92a3b8adbe7a4760799b3c915a6f0bb94f (patch) | |
tree | 10deab438978a080be185166041c3a8110e6725d /mail/imap-uw/Makefile | |
parent | e2f332dca5c8032cdb3a5ff4b31b7039063a9c6c (diff) | |
download | freebsd-ports-graphics-8b9ddc92a3b8adbe7a4760799b3c915a6f0bb94f.tar.gz freebsd-ports-graphics-8b9ddc92a3b8adbe7a4760799b3c915a6f0bb94f.tar.zst freebsd-ports-graphics-8b9ddc92a3b8adbe7a4760799b3c915a6f0bb94f.zip |
- Remove vestiges of pkg-req support
Differential Revision: https://reviews.freebsd.org/D5
Approved by: bapt
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: |