diff options
author | adamw <adamw@FreeBSD.org> | 2005-03-23 13:10:49 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-03-23 13:10:49 +0800 |
commit | 322ad8fff99a880b5c07b0c626e347e2bc6316fb (patch) | |
tree | c93d66efb0b8fd3178f85eccb0ceec399366f5dd /mail | |
parent | c0d8eac2846fd03ca8c9c52be012591a4cfe88eb (diff) | |
download | freebsd-ports-gnome-322ad8fff99a880b5c07b0c626e347e2bc6316fb.tar.gz freebsd-ports-gnome-322ad8fff99a880b5c07b0c626e347e2bc6316fb.tar.zst freebsd-ports-gnome-322ad8fff99a880b5c07b0c626e347e2bc6316fb.zip |
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> |