From 322ad8fff99a880b5c07b0c626e347e2bc6316fb Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 23 Mar 2005 05:10:49 +0000 Subject: OSVERSION checks aren't happy unless they're sitting between bsd.port.pre.mk and bsd.port.post.mk. Approved by: portmgr (marcus) --- mail/moztraybiff/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/moztraybiff') 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 + .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 +.include -- cgit