diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-27 18:45:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-27 18:45:01 +0000 |
commit | dc960566c7ad557db9d7a262f0146c7331fb7e04 (patch) | |
tree | 34e68d35d40fe1d4173df24488694153caca0b81 /deskutils | |
parent | c477298f2a9571ee363bd53a8885aa8e666a2b1d (diff) | |
download | ports-dc960566c7ad557db9d7a262f0146c7331fb7e04.tar.gz ports-dc960566c7ad557db9d7a262f0146c7331fb7e04.zip |
Notes
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 c7609bf94aba..2f72b3fffb7b 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> |