diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:53:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 10:53:27 +0000 |
commit | bc07afc1c299155a3451d285f1e3c862af0c8e83 (patch) | |
tree | 1fecad8c5762f1c1f723e927775d4b37b5a0f7d9 /graphics/linplasma | |
parent | 5406488640c9d4292c7a5349facb9e09d7fb04dc (diff) | |
download | ports-bc07afc1c299155a3451d285f1e3c862af0c8e83.tar.gz ports-bc07afc1c299155a3451d285f1e3c862af0c8e83.zip |
Notes
Diffstat (limited to 'graphics/linplasma')
-rw-r--r-- | graphics/linplasma/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/linplasma/Makefile b/graphics/linplasma/Makefile index a880ffa8d17f..6bb40df9f7e7 100644 --- a/graphics/linplasma/Makefile +++ b/graphics/linplasma/Makefile @@ -26,14 +26,14 @@ post-patch: @${PERL} -pi -e "s:PI:M_PI:g" ${WRKSRC}/linplasma.c pre-install: - ${ECHO} "bin/linplasma" > ${PLIST} + ${ECHO_CMD} "bin/linplasma" > ${PLIST} .if !defined(NOPORTDOCS) .for i in ${DOCFILES} - ${ECHO} -n ${DOCDIR} >> ${PLIST} - ${ECHO} ${i} >> ${PLIST} + ${ECHO_CMD} -n ${DOCDIR} >> ${PLIST} + ${ECHO_CMD} ${i} >> ${PLIST} .endfor - ${ECHO} -n "@dirrm " >> ${PLIST} - ${ECHO} ${DOCDIR} >> ${PLIST} + ${ECHO_CMD} -n "@dirrm " >> ${PLIST} + ${ECHO_CMD} ${DOCDIR} >> ${PLIST} .endif do-install: |