diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
commit | c44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch) | |
tree | e6dd259a421e47b261f2bd597fcca9e4eec75ae0 /mail/moztraybiff | |
parent | 06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff) |
Notes
Diffstat (limited to 'mail/moztraybiff')
-rw-r--r-- | mail/moztraybiff/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index 8c0ea2a195d3..8f15a200fe19 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -38,13 +38,7 @@ PLIST_DIRS= share/${PORTNAME} SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -.include <bsd.port.pre.mk> - post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e "s|-fshort-wchar||" \ - ${WRKSRC}/components/Makefile -.endif @${REINPLACE_CMD} -e "s|^#!/bin/bash|#!/bin/sh|" \ ${WRKSRC}/get-platform @@ -57,4 +51,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_MSG} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |