diff options
Diffstat (limited to 'devel/sdl12/Makefile')
-rw-r--r-- | devel/sdl12/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index cd388f37aba8..6c53a90b7ab8 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -51,10 +51,10 @@ CONFIGURE_ARGS+=--enable-video-opengl .include <bsd.port.pre.mk> -MAN3!= /bin/cat ${FILESDIR}/man3 +MAN3!= ${CAT} ${FILESDIR}/man3 pre-configure: - @find ${WRKSRC} -type f -name Makefile.in | xargs ${TOUCH} + @${FIND} ${WRKSRC} -type f -name Makefile.in | ${XARGS} ${TOUCH} post-configure: @cd ${WRKSRC} && \ @@ -71,7 +71,7 @@ post-install: .for file in BUGS COPYING CREDITS README WhatsNew docs.html ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL11 .endfor - @cd ${WRKSRC}/docs; tar cf - `${ECHO} [^Mm]*` | \ + @cd ${WRKSRC}/docs; ${TAR} cf - `${ECHO_CMD} [^Mm]*` | \ (cd ${PREFIX}/share/doc/SDL11/docs; ${TAR} --unlink -xf - ) .endif @${DISPLAY_MSG} |