diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-14 15:33:03 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-14 15:33:03 +0000 |
commit | 20e947a006da27244f9f9d19a4dc6aa28d27f9d9 (patch) | |
tree | 373edc885f33f515e038b5cb547a72a431a87693 /mail/queue-fix | |
parent | 7a490201e89b2c49a4496be941eaaa510342d0a9 (diff) | |
download | ports-20e947a006da27244f9f9d19a4dc6aa28d27f9d9.tar.gz ports-20e947a006da27244f9f9d19a4dc6aa28d27f9d9.zip |
Notes
Diffstat (limited to 'mail/queue-fix')
-rw-r--r-- | mail/queue-fix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/queue-fix/Makefile b/mail/queue-fix/Makefile index 89585e38618d..114a4d82dd67 100644 --- a/mail/queue-fix/Makefile +++ b/mail/queue-fix/Makefile @@ -41,6 +41,10 @@ PATCHFILES+= queue-fix-todo.patch PATCH_DIST_STRIP+= -p1 .endif +post-patch: + ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc + ${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld + do-install: @${MKDIR} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/queue-fix ${PREFIX}/bin |