summaryrefslogtreecommitdiff
path: root/net/bb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bb/Makefile')
-rw-r--r--net/bb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile
index 3e00b6506753..86a60f81b8c4 100644
--- a/net/bb/Makefile
+++ b/net/bb/Makefile
@@ -3,7 +3,7 @@
# Date created: So 17 Nov 1996 16:59:23 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.2 1996/11/18 05:35:30 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/26 09:15:36 asami Exp $
#
DISTNAME= bb
@@ -19,7 +19,7 @@ RUN_DEPENDS= lyx:${PORTSDIR}/print/lyx
post-configure:
( cd ${WRKSRC}/doc; /bin/sh bbconfig freebsd )
- @cp ${FILESDIR}/Makefile ${WRKSRC}
+ @${CP} ${FILESDIR}/Makefile ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/${DISTNAME}/bin
@@ -119,7 +119,7 @@ do-install:
${PREFIX}/${DISTNAME}/www/gifs/yellow.gif
${INSTALL_DATA} ${WRKSRC}/www/logs/later \
${PREFIX}/${DISTNAME}/www/logs/later
- @rm -f ${PREFIX}/www/data/bb
+ @${RM} -f ${PREFIX}/www/data/bb
@ln -s ../../${DISTNAME}/www ${PREFIX}/www/data/bb
@echo ""
@echo "================================================================"