aboutsummaryrefslogtreecommitdiff
path: root/mail/imap-uw/Makefile
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2017-04-18 15:15:06 +0000
committerAlex Kozlov <ak@FreeBSD.org>2017-04-18 15:15:06 +0000
commit48b75d7b861c6c25165760f8f5bdf1ecb2beb2ff (patch)
tree10deab438978a080be185166041c3a8110e6725d /mail/imap-uw/Makefile
parent9c6fa03c853f0a2f511dea6139cea1e46466f57a (diff)
downloadports-48b75d7b861c6c25165760f8f5bdf1ecb2beb2ff.tar.gz
ports-48b75d7b861c6c25165760f8f5bdf1ecb2beb2ff.zip
- Remove vestiges of pkg-req support
Differential Revision: https://reviews.freebsd.org/D5 Approved by: bapt
Notes
Notes: svn path=/head/; revision=438784
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r--mail/imap-uw/Makefile6
1 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: