summaryrefslogtreecommitdiff
path: root/comms/obexapp
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2007-09-25 10:03:52 +0000
committerhira <hira@pkgsrc.org>2007-09-25 10:03:52 +0000
commit61802bc79f0a8048f4235d5027ea9ef65736b7c2 (patch)
treec5f5066db531491fbb3eef2725efb362ebab9b0d /comms/obexapp
parent2e35d687fd1b7fe3952c55b2e20786de18e5a402 (diff)
downloadpkgsrc-61802bc79f0a8048f4235d5027ea9ef65736b7c2.tar.gz
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'comms/obexapp')
-rw-r--r--comms/obexapp/Makefile4
1 files changed, 2 insertions, 2 deletions
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"