diff options
author | pav <pav@FreeBSD.org> | 2007-10-27 18:45:01 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-10-27 18:45:01 +0000 |
commit | a6b2552a20283503ab121ead5332cdba14771ab6 (patch) | |
tree | 44570cf30cc84e2a4074adc2522146867958de64 /deskutils | |
parent | 1fe86be9ed0315ebcbb7aad43bd14c1c29cdaf4d (diff) | |
download | FreeBSD-ports-a6b2552a20283503ab121ead5332cdba14771ab6.zip FreeBSD-ports-a6b2552a20283503ab121ead5332cdba14771ab6.tar.gz |
- Mark BROKEN on FreeBSD 5.X
Reported by: pointyhat
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notecase/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/notecase/Makefile b/deskutils/notecase/Makefile index c7609bf..2f72b3f 100644 --- a/deskutils/notecase/Makefile +++ b/deskutils/notecase/Makefile @@ -24,6 +24,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALL_TARGET= install docinstall .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Does not compile +.endif + post-patch: @${REINPLACE_CMD} -e 's|prefix=/usr|prefix=${PREFIX}|' \ ${WRKSRC}/Makefile @@ -32,4 +38,4 @@ post-install: @-update-mime-database ${PREFIX}/share/mime @-update-desktop-database -.include <bsd.port.mk> +.include <bsd.port.post.mk> |