aboutsummaryrefslogtreecommitdiffstats
path: root/portuguese/ispell-pt_BR
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 07:33:47 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 07:33:47 +0800
commite36f9dbee84ccfd7ed078050303a76b569d0ead0 (patch)
tree4f6e254ed273f40def6ec9e6d94066be8e9c6588 /portuguese/ispell-pt_BR
parent26083abcc9eb48fec93239f2c3257eab60edb1c0 (diff)
downloadfreebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.gz
freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.zst
freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.zip
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Diffstat (limited to 'portuguese/ispell-pt_BR')
-rw-r--r--portuguese/ispell-pt_BR/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/portuguese/ispell-pt_BR/Makefile b/portuguese/ispell-pt_BR/Makefile
index c6b035efc1bc..50e05a7461a4 100644
--- a/portuguese/ispell-pt_BR/Makefile
+++ b/portuguese/ispell-pt_BR/Makefile
@@ -4,7 +4,7 @@
# Date created: 5 February 1999
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
-# $Id: $
+# $Id: Makefile,v 1.1.1.1 1999/04/13 15:28:00 taoka Exp $
#
DISTNAME= br.ispell-2.2
@@ -19,6 +19,6 @@ BUILD_DEPENDS= buildhash:${PORTSDIR}/textproc/ispell
NO_WRKSUBDIR= YES
pre-build:
- @cp ${FILESDIR}/Makefile ${WRKDIR}
+ @${CP} ${FILESDIR}/Makefile ${WRKDIR}
.include <bsd.port.mk>