summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsalo <salo>2003-11-23 07:12:01 +0000
committersalo <salo>2003-11-23 07:12:01 +0000
commite8a26c76fa48163f89658d4f9df908b5e539bf82 (patch)
tree22d79e37c1e311f632ca1309ef06c93ac8303ab3 /devel
parent78436ed29a4de04a42a20c45bb3544a89830ce93 (diff)
downloadpkgsrc-e8a26c76fa48163f89658d4f9df908b5e539bf82.tar.gz
basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23538.
Diffstat (limited to 'devel')
-rw-r--r--devel/ncurses/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile
index 549fb440c99..0f4c59549b9 100644
--- a/devel/ncurses/Makefile
+++ b/devel/ncurses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2003/08/02 04:24:58 grant Exp $
+# $NetBSD: Makefile,v 1.52 2003/11/23 07:12:01 salo Exp $
DISTNAME= ncurses-${NC_VERS}
NC_VERS= 5.3
@@ -52,10 +52,10 @@ post-configure:
cd ${WRKSRC}/man; \
${RM} -f ${CURSES_NO_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
.if ${OPSYS} == "SunOS"
${MV} ${TERMINFO_SRC} ${TERMINFO_SRC}.old