diff options
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 | ||||
-rw-r--r-- | comms/obexapp/Makefile | 4 | ||||
-rw-r--r-- | devel/ncurses/Makefile | 6 | ||||
-rw-r--r-- | emulators/bochs/Makefile | 4 | ||||
-rw-r--r-- | emulators/xm7/Makefile | 4 | ||||
-rw-r--r-- | games/asc/Makefile | 4 | ||||
-rw-r--r-- | games/gtkballs/Makefile | 4 | ||||
-rw-r--r-- | mail/squirrelmail/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cdrtools/Makefile | 4 | ||||
-rw-r--r-- | www/cronolog/Makefile | 6 |
10 files changed, 22 insertions, 22 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 633affd7b50..846e2655bab 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2007/08/30 16:29:56 joerg Exp $ +# $NetBSD: Makefile,v 1.60 2007/09/25 08:49:03 hira Exp $ DISTNAME= mgetty1.1.31-Jul24 PKGNAME= mgetty-1.1.31 @@ -63,6 +63,6 @@ post-extract: cd ${WRKSRC} && cp policy.h-dist policy.h do-configure: - mv ${WRKSRC}/doc/fax.1in ${WRKSRC}/doc/sendfax.1in + ${MV} ${WRKSRC}/doc/fax.1in ${WRKSRC}/doc/sendfax.1in .include "../../mk/bsd.pkg.mk" diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 7298d4c627f..14090086b42 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/05/22 18:53:55 plunky Exp $ +# $NetBSD: Makefile,v 1.9 2007/09/25 08:49:04 hira Exp $ # DISTNAME= obexapp-1.4.7 @@ -27,7 +27,7 @@ USE_GNU_ICONV= yes # because the directory name conflicts with the rc.d script post-extract: - mv ${WRKDIR}/obexapp ${WRKDIR}/${DISTNAME} + ${MV} ${WRKDIR}/obexapp ${WRKDIR}/${DISTNAME} .include "../../comms/openobex/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 7fed1f4e2bf..e3c4402be72 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2007/02/06 14:34:54 rillig Exp $ +# $NetBSD: Makefile,v 1.79 2007/09/25 08:49:05 hira Exp $ .include "Makefile.common" PKGREVISION= 1 @@ -31,10 +31,10 @@ SUBST_SED.ti+= -e '/^screen-256color/,/^$$/d' post-configure: cd ${WRKSRC}/man; \ for f in *.1m; do \ - mv -f $${f} `${BASENAME} $${f} .1m`.1; \ + ${MV} -f $${f} `${BASENAME} $${f} .1m`.1; \ done; \ for f in *.3x; do \ - mv -f $${f} `${BASENAME} $${f} .3x`.3; \ + ${MV} -f $${f} `${BASENAME} $${f} .3x`.3; \ done post-install: diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 5983d554a06..f026520d717 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2007/02/09 14:58:30 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2007/09/25 08:49:05 hira Exp $ DISTNAME= bochs-2.3 CATEGORIES= emulators @@ -112,6 +112,6 @@ BUILDLINK_DEPMETHOD.libXt?= build pre-configure: ${SED} ${BOCHSRC_SUBST} <${WRKSRC}/.bochsrc >${WRKSRC}/.bochsrc.new - mv ${WRKSRC}/.bochsrc.new ${WRKSRC}/.bochsrc + ${MV} ${WRKSRC}/.bochsrc.new ${WRKSRC}/.bochsrc .include "../../mk/bsd.pkg.mk" diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 2add0755e1e..22c462691d3 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/02/16 10:53:11 rillig Exp $ +# $NetBSD: Makefile,v 1.21 2007/09/25 08:49:05 hira Exp $ # DISTNAME= xm71010s @@ -27,7 +27,7 @@ MAKE_FILE= makefile.x11 INSTALLATION_DIRS= bin post-extract: - cd ${WRKDIR} && mv linux/* vm + cd ${WRKDIR} && ${MV} linux/* vm do-install: ${INSTALL_PROGRAM} ${WRKDIR}/vm/xm7 ${PREFIX}/bin diff --git a/games/asc/Makefile b/games/asc/Makefile index 188ea1b35b1..3a6f714c6f8 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2007/09/21 13:03:41 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2007/09/25 08:49:05 hira Exp $ DISTNAME= asc-source-1.16.4.0 PKGNAME= ${DISTNAME:S/-source//} @@ -30,7 +30,7 @@ CPPFLAGS.NetBSD+= -D_UNICODE_BROKEN_ UNLIMIT_RESOURCES= datasize post-extract: - mv ${WRKDIR}/*.mp3 ${WRKSRC}/data/music + ${MV} ${WRKDIR}/*.mp3 ${WRKSRC}/data/music # bug in 1.16.4.0, remove on update post-install: diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile index c0e9a046ea6..da3fc8ede75 100644 --- a/games/gtkballs/Makefile +++ b/games/gtkballs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/06/15 22:15:11 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2007/09/25 08:49:05 hira Exp $ DISTNAME= gtkballs-3.1.5 PKGREVISION= 5 @@ -24,7 +24,7 @@ CONF_FILES_PERMS+= /dev/null ${VARBASE}/games/gtkballs-scores \ ${GAMEOWN} ${GAMEGRP} ${GAMEDATAMODE} post-install: - mv ${PREFIX}/${PKGMANDIR}/man6/gtkballs.6x ${PREFIX}/${PKGMANDIR}/man6/gtkballs.6 + ${MV} ${PREFIX}/${PKGMANDIR}/man6/gtkballs.6x ${PREFIX}/${PKGMANDIR}/man6/gtkballs.6 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 54f702aa31f..27e5764a3c0 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2007/07/04 20:54:47 jlam Exp $ +# $NetBSD: Makefile,v 1.90 2007/09/25 08:49:05 hira Exp $ DISTNAME= squirrelmail-1.4.10a PKGREVISION= 2 @@ -86,7 +86,7 @@ do-install: chmod a+x ${SMDIR:Q}/config/conf.pl ${INSTALL_DATA} ${WRKSRC:Q}/data/index.php ${USER_PREFS_DIR:Q}/ ${INSTALL_DATA} ${WRKSRC:Q}/data/.htaccess ${USER_PREFS_DIR:Q}/ - mv ${PREFIX}/share/squirrelmail/contrib/conf.pl.8 \ + ${MV} ${PREFIX}/share/squirrelmail/contrib/conf.pl.8 \ ${PREFIX}/${PKGMANDIR}/man8/squirrelmail-conf.pl.8 .include "../../lang/php/phpversion.mk" diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 14271268f89..34d1d05bd4a 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/09/25 08:31:55 hira Exp $ +# $NetBSD: Makefile,v 1.21 2007/09/25 08:49:05 hira Exp $ DISTNAME= cdrtools-2.01.01a35 PKGNAME= cdrtools-2.01.01.35 @@ -80,7 +80,7 @@ post-build: cd ${WRKSRC}; \ for manpage in cdda2wav/cdda2wav.1 mkisofs/mkisofs.8; do \ tbl $${manpage} > $${manpage}.tmp; \ - mv -f $${manpage}.tmp $${manpage}; \ + ${MV} -f $${manpage}.tmp $${manpage}; \ done do-install: diff --git a/www/cronolog/Makefile b/www/cronolog/Makefile index 7081cf9c3b2..6123d4adafd 100644 --- a/www/cronolog/Makefile +++ b/www/cronolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/10/04 22:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/09/25 08:49:06 hira Exp $ # DISTNAME= cronolog-1.6.2 @@ -21,7 +21,7 @@ SUBST_FILES.cl= doc/cronolog.1m SUBST_SED.cl= -e "s,/www/sbin/cronolog,${PREFIX}/sbin/cronolog,g" post-install: - cd ${PREFIX}/${PKGMANDIR} && mv man1/cronolog.1m man8/cronolog.8 - cd ${PREFIX}/${PKGMANDIR} && mv man1/cronosplit.1m man8/cronosplit.8 + cd ${PREFIX}/${PKGMANDIR} && ${MV} man1/cronolog.1m man8/cronolog.8 + cd ${PREFIX}/${PKGMANDIR} && ${MV} man1/cronosplit.1m man8/cronosplit.8 .include "../../mk/bsd.pkg.mk" |