summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorhira <hira>2007-09-25 10:03:52 +0000
committerhira <hira>2007-09-25 10:03:52 +0000
commitb71c11c015057689732a9929fb8cec174f6ab3b9 (patch)
treec5f5066db531491fbb3eef2725efb362ebab9b0d /comms
parent696bc5a9f09c1e54076c50852d5f8e845901ed5b (diff)
downloadpkgsrc-b71c11c015057689732a9929fb8cec174f6ab3b9.tar.gz
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'comms')
-rw-r--r--comms/mgetty+sendfax/Makefile4
-rw-r--r--comms/obexapp/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 846e2655bab..739500a240b 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2007/09/25 08:49:03 hira Exp $
+# $NetBSD: Makefile,v 1.61 2007/09/25 10:07:05 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 14090086b42..93833998fc4 100644
--- a/comms/obexapp/Makefile
+++ b/comms/obexapp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/09/25 08:49:04 hira Exp $
+# $NetBSD: Makefile,v 1.10 2007/09/25 10:07:05 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"