diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-02 19:09:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-02 19:09:18 +0000 |
commit | ddce252ce69f0aa342b1cd0fe62bd63f80092e98 (patch) | |
tree | 4252d591cdf419ff2fa8acb3ea7fc1282bf5a8b5 /french | |
parent | 012cd75b00a3909e35611454bd41e6ce91e42bbf (diff) | |
download | ports-ddce252ce69f0aa342b1cd0fe62bd63f80092e98.tar.gz ports-ddce252ce69f0aa342b1cd0fe62bd63f80092e98.zip |
- Fix typo
PR: ports/63642
Submitted by: gioria (maintainer)
Notes
Notes:
svn path=/head/; revision=102757
Diffstat (limited to 'french')
-rw-r--r-- | french/daCode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/daCode/Makefile b/french/daCode/Makefile index 51b1e3b8e44d..3920ffb0b4cd 100644 --- a/french/daCode/Makefile +++ b/french/daCode/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ NO_BUILD= yes do-install: - ${ECHO} "Installing in ${PREFIX}/www/dadode" + ${ECHO} "Installing in ${PREFIX}/www/dacode" ${MKDIR} ${PREFIX}/www/dacode ${CP} -R ${WRKSRC}/* ${PREFIX}/www/dacode ${CHOWN} -R www:www ${PREFIX}/www/dacode |