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/moztraybiff | |
parent | f3f086c8908b9321893881f8a428aa6206ee568d (diff) | |
download | ports-b7be913519bf8e8e7b92253a0c20a386df3e96e9.tar.gz ports-b7be913519bf8e8e7b92253a0c20a386df3e96e9.zip |
Notes
Diffstat (limited to 'mail/moztraybiff')
-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> |