Index: head/french/fortune-mod-zarathoustra/Makefile =================================================================== --- head/french/fortune-mod-zarathoustra/Makefile (revision 422112) +++ head/french/fortune-mod-zarathoustra/Makefile (revision 422113) @@ -1,29 +1,25 @@ # Created by: Frederic Culot # $FreeBSD$ PORTNAME= fortune-mod-zarathoustra PORTVERSION= 20100905 CATEGORIES= french MASTER_SITES= LOCAL/culot MAINTAINER= culot@FreeBSD.org COMMENT= Compilation of quotes from Nietzsche's Thus spoke Zarathustra SUB_FILES= pkg-message -.if exists(/usr/games/strfile) -STRCMD= /usr/games/strfile -.elif exists(/usr/bin/strfile) -STRCMD= /usr/bin/strfile -.else -IGNORE= needs strfile command. Please install games distribution of base system -.endif +BUILD_DEPENDS= fortune_strfile:misc/fortune_strfile +STRCMD= ${LOCALBASE}/bin/fortune_strfile do-build: - @cd ${WRKSRC} && ${STRCMD} zarathoustra + (cd ${WRKSRC} && ${STRCMD} zarathoustra) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune - ${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${STAGEDIR}${PREFIX}/share/games/fortune + ${INSTALL_DATA} ${WRKSRC}/zarathoustra* \ + ${STAGEDIR}${PREFIX}/share/games/fortune .include