diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 08:49:03 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 08:49:03 +0000 |
commit | 8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd (patch) | |
tree | 3cb6cdd439c7bb79955cefaf83b9dec068fc3920 /comms | |
parent | ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df (diff) | |
download | pkgsrc-8b4409d328da069ce06e2e2f50c3d4ecb3e6cabd.tar.gz |
mv -> ${MV}.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 | ||||
-rw-r--r-- | comms/obexapp/Makefile | 4 |
2 files changed, 4 insertions, 4 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" |