diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-23 05:10:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-23 05:10:49 +0000 |
commit | b7be913519bf8e8e7b92253a0c20a386df3e96e9 (patch) | |
tree | caa6b887964b349b3a36eb47ae74c35b7714156f /mail | |
parent | Unbreak by catching up to net/samba3 version up (3.0.12). (diff) |
OSVERSION checks aren't happy unless they're sitting between
bsd.port.pre.mk and bsd.port.post.mk.
Approved by: portmgr (marcus)
Diffstat (limited to 'mail')
-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> |