aboutsummaryrefslogtreecommitdiffstats
path: root/mail/moztraybiff
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-03-23 13:10:49 +0800
committeradamw <adamw@FreeBSD.org>2005-03-23 13:10:49 +0800
commit322ad8fff99a880b5c07b0c626e347e2bc6316fb (patch)
treec93d66efb0b8fd3178f85eccb0ceec399366f5dd /mail/moztraybiff
parentc0d8eac2846fd03ca8c9c52be012591a4cfe88eb (diff)
downloadfreebsd-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/moztraybiff')
-rw-r--r--mail/moztraybiff/Makefile4
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>