diff options
-rw-r--r-- | mail/moztraybiff/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index ff961654c1bb..c3bcd3661818 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -29,6 +29,8 @@ PLIST_FILES= ${DATADIR}/${FILENAME} PLIST_DIRS= ${DATADIR} PKGMESSAGE= ${WRKDIR}/pkg-message +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 500000 post-patch: ${REINPLACE_CMD} -e "s|-fshort-wchar||" ${WRKSRC}/components/Makefile @@ -44,4 +46,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |