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 | |
parent | e2f332dca5c8032cdb3a5ff4b31b7039063a9c6c (diff) | |
download | freebsd-ports-gnome-8b9ddc92a3b8adbe7a4760799b3c915a6f0bb94f.tar.gz freebsd-ports-gnome-8b9ddc92a3b8adbe7a4760799b3c915a6f0bb94f.tar.zst freebsd-ports-gnome-8b9ddc92a3b8adbe7a4760799b3c915a6f0bb94f.zip |
- Remove vestiges of pkg-req support
Differential Revision: https://reviews.freebsd.org/D5
Approved by: bapt
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 6 | ||||
-rw-r--r-- | mail/imap-uw/files/pkg-req.rev (renamed from mail/imap-uw/pkg-req.rev) | 0 | ||||
-rw-r--r-- | mail/imap-uw/files/pkg-req.ssl (renamed from mail/imap-uw/pkg-req.ssl) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 208c753b61c8..5d3f208480a1 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: diff --git a/mail/imap-uw/pkg-req.rev b/mail/imap-uw/files/pkg-req.rev index 33ce1bc506fe..33ce1bc506fe 100644 --- a/mail/imap-uw/pkg-req.rev +++ b/mail/imap-uw/files/pkg-req.rev diff --git a/mail/imap-uw/pkg-req.ssl b/mail/imap-uw/files/pkg-req.ssl index 881c5ef9049e..881c5ef9049e 100644 --- a/mail/imap-uw/pkg-req.ssl +++ b/mail/imap-uw/files/pkg-req.ssl |