diff options
-rw-r--r-- | games/xpipeman/Makefile | 4 | ||||
-rw-r--r-- | lang/tcl-tclX/Makefile | 4 | ||||
-rw-r--r-- | lang/tk-tclX/Makefile | 6 | ||||
-rw-r--r-- | multimedia/fxtv/Makefile | 4 | ||||
-rw-r--r-- | net/ppp-mppe/Makefile | 4 | ||||
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 | ||||
-rw-r--r-- | print/ja-ptex-bin/Makefile | 6 | ||||
-rw-r--r-- | print/texfamily/Makefile | 6 | ||||
-rw-r--r-- | x11/xdm3d/Makefile | 6 |
9 files changed, 22 insertions, 22 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index ea70516293b..50c56e32239 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:15:42 agc Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/23 15:09:06 heinz Exp $ # DISTNAME= xpipeman-1.5 @@ -17,7 +17,7 @@ do-install: ${X11PREFIX}/bin/xpipeman ${INSTALL_MAN} ${WRKSRC}/xpipeman.man ${X11PREFIX}/man/man6/xpipeman.6 ${INSTALL} -d -o bin -g games -m 0775 ${X11PREFIX}/share/xpipeman - if [ ! -e /var/games/xpipescores ]; then \ + if [ ! -r /var/games/xpipescores ]; then \ ${INSTALL} -o bin -g games -m 0664 ${WRKSRC}/xpipescores /var/games ; \ fi diff --git a/lang/tcl-tclX/Makefile b/lang/tcl-tclX/Makefile index 0d5caee7392..d77d40594c5 100644 --- a/lang/tcl-tclX/Makefile +++ b/lang/tcl-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/05/13 22:06:03 minskim Exp $ +# $NetBSD: Makefile,v 1.20 2004/05/23 15:09:06 heinz Exp $ # DISTNAME= tclx8.3.5-src @@ -38,7 +38,7 @@ INSTALLATION_DIRS= bin include post-extract: @${MV} ${WRKSRC}/../doc/Memory.n ${WRKSRC}/../doc/TclXMemory.n - @if [ ! -e ${PKGSRC_TCL_SRC_DIR} ]; then \ + @if [ ! -r ${PKGSRC_TCL_SRC_DIR} ]; then \ cd ../../lang/tcl && ${MAKE} extract; \ fi diff --git a/lang/tk-tclX/Makefile b/lang/tk-tclX/Makefile index 76682d4afa8..ee1fe67e4a1 100644 --- a/lang/tk-tclX/Makefile +++ b/lang/tk-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/05/13 22:06:04 minskim Exp $ +# $NetBSD: Makefile,v 1.18 2004/05/23 15:09:06 heinz Exp $ # DISTNAME= tclx8.3.5-src @@ -45,10 +45,10 @@ INSTALLATION_DIRS= bin include post-extract: ${MV} ${WRKSRC}/../doc/Memory.n ${WRKSRC}/../doc/TclXMemory.n - @if [ ! -e ${_PKGSRCDIR}/lang/tcl/${WRKDIR:T}/tcl8.4.6 ]; then \ + @if [ ! -r ${_PKGSRCDIR}/lang/tcl/${WRKDIR:T}/tcl8.4.6 ]; then \ cd ../../lang/tcl && ${MAKE} extract; \ fi - @if [ ! -e ${_PKGSRCDIR}/x11/tk/${WRKDIR:T}/tk8.4.6 ]; then \ + @if [ ! -r ${_PKGSRCDIR}/x11/tk/${WRKDIR:T}/tk8.4.6 ]; then \ cd ../../x11/tk && ${MAKE} extract; \ fi diff --git a/multimedia/fxtv/Makefile b/multimedia/fxtv/Makefile index a0362b56241..d2369d7df16 100644 --- a/multimedia/fxtv/Makefile +++ b/multimedia/fxtv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/18 07:08:47 snj Exp $ +# $NetBSD: Makefile,v 1.4 2004/05/23 15:09:06 heinz Exp $ DISTNAME= fxtv-1.03 PKGREVISION= 5 @@ -45,7 +45,7 @@ pre-configure: $${file} > $${file}.fixed; \ ${MV} -f $${file}.fixed $${file}; \ done - if [ -e /usr/include/machine/mouse.h ] ; then \ + if [ -r /usr/include/machine/mouse.h ] ; then \ echo '#define HAVE_MOUSE_H 1' > ${WRKSRC}/netbsdconf.h; \ else \ echo '#define HAVE_MOUSE_H 0' > ${WRKSRC}/netbsdconf.h; \ diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile index 2745466940e..5ba3e558791 100644 --- a/net/ppp-mppe/Makefile +++ b/net/ppp-mppe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/03/31 10:24:50 cube Exp $ +# $NetBSD: Makefile,v 1.26 2004/05/23 15:09:06 heinz Exp $ DISTNAME= ppp-2.3.9 PKGNAME= ppp-mppe-2.3.9 @@ -25,7 +25,7 @@ MANCOMPRESSED_IF_MANZ= yes BUILD_DEFS+= MANINSTALL post-extract: - if [ ! -e ${OPENSSL_SRC}/crypto/rc4 ]; then \ + if [ ! -r ${OPENSSL_SRC}/crypto/rc4 ]; then \ cd ../../security/openssl && ${MAKE} extract; \ fi @${LN} -sf ${OPENSSL_SRC}/include/openssl ${WRKSRC}/pppd/openssl diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 874b96a0287..e22c8ccdbe4 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/03/08 20:27:15 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2004/05/23 15:09:06 heinz Exp $ DISTNAME= mpich-1.2.5.2 CATEGORIES= parallel @@ -59,7 +59,7 @@ pre-configure: .endif post-build: - @(if [ -e ${WRKSRC}/mpe/viewers/jumpshot-2/bin/jumpshot ]; then \ + @(if [ -r ${WRKSRC}/mpe/viewers/jumpshot-2/bin/jumpshot ]; then \ ${TOUCH} ${WRKDIR}/with-java; \ fi) ${SED} -e "s,@PREFIX@,${PREFIX}," ${WRKSRC}/man/man1/MPI.1 > \ diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile index 7decd04653b..541f3053536 100644 --- a/print/ja-ptex-bin/Makefile +++ b/print/ja-ptex-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/03/26 02:27:51 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/05/23 15:09:06 heinz Exp $ DISTNAME= ptex-src-${PTEX_VERS} PKGNAME= ja-ptex-bin-${PTEX_VERS} @@ -52,9 +52,9 @@ FILES_SUBST+= WRKDIR_=${WRKDIR_} FILES_SUBST+= PATCH=${PATCH} pre-extract: - if [ ! -e ${WRKSRC} ]; then \ + if [ ! -r ${WRKSRC} ]; then \ cd ../../print/teTeX-bin && ${MAKE} patch; \ - elif [ ! -e ${WRKSRC_PTEX} ]; then \ + elif [ ! -r ${WRKSRC_PTEX} ]; then \ cd ../../print/teTeX-bin && ${MAKE} clean; ${MAKE} patch; \ fi; diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile index 84a008f94d7..76ed3e8bed6 100644 --- a/print/texfamily/Makefile +++ b/print/texfamily/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:52 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/23 15:09:06 heinz Exp $ DISTNAME= TeXfamily-1.2.1 PKGREVISION= 5 @@ -82,9 +82,9 @@ TEXFAMILY_DVIPSVERSION= 1.5g TEXFAMILY_MENDEXVERSION=2.5 pre-extract: - if [ ! -e ${WRKSRC} ]; then \ + if [ ! -r ${WRKSRC} ]; then \ cd ../../print/teTeX1-bin && ${MAKE} patch; \ - elif [ ! -e ${WRKSRC}/texk/texfam.ac ]; then \ + elif [ ! -r ${WRKSRC}/texk/texfam.ac ]; then \ cd ../../print/teTeX1-bin && ${MAKE} clean; ${MAKE} patch; \ fi diff --git a/x11/xdm3d/Makefile b/x11/xdm3d/Makefile index c3f4cd42b65..012ce121c42 100644 --- a/x11/xdm3d/Makefile +++ b/x11/xdm3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:28:28 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/23 15:09:06 heinz Exp $ DISTNAME= xdm3d-1.0 CATEGORIES= x11 @@ -22,10 +22,10 @@ do-install: ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xaccess ${PREFIX}/share/xdm3d ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xservers ${PREFIX}/share/xdm3d ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xsession ${PREFIX}/share/xdm3d - @if [ -e ${X11BASE}/lib/X11/xdm/Xsetup ]; then \ + @if [ -r ${X11BASE}/lib/X11/xdm/Xsetup ]; then \ ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xsetup ${PREFIX}/share/xdm3d; \ sedexpr='-e s|^share/xdm3d/Xsetup_0$$|@comment\ &|'; \ - elif [ -e ${X11BASE}/lib/X11/xdm/Xsetup_0 ]; then \ + elif [ -r ${X11BASE}/lib/X11/xdm/Xsetup_0 ]; then \ ${INSTALL_DATA} ${X11BASE}/lib/X11/xdm/Xsetup_0 ${PREFIX}/share/xdm3d; \ sedexpr='-e s|^share/xdm3d/Xsetup$$|@comment\ &|'; \ fi; \ |