aboutsummaryrefslogtreecommitdiff
path: root/audio/denemo
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:33:26 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:33:26 +0000
commitd5819cf5478f5c222d63b9fd7a583910a204ab12 (patch)
tree70921f07b2dd2adb1e2bd7b39922fb3af0c2bdf5 /audio/denemo
parent310947301967ef18b865110fb86c32183db76f13 (diff)
downloadports-d5819cf5478f5c222d63b9fd7a583910a204ab12.tar.gz
ports-d5819cf5478f5c222d63b9fd7a583910a204ab12.zip
Notes
Diffstat (limited to 'audio/denemo')
-rw-r--r--audio/denemo/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/denemo/Makefile b/audio/denemo/Makefile
index 81aa6663bf5d..a9a45f34951e 100644
--- a/audio/denemo/Makefile
+++ b/audio/denemo/Makefile
@@ -30,15 +30,15 @@ post-configure:
${PERL} -pi -e "s:<wait.h:<sys/wait.h:g" ${WRKSRC}/*.c
pre-install:
- ${ECHO} bin/${PORTNAME} > ${PLIST}
+ ${ECHO_CMD} bin/${PORTNAME} > ${PLIST}
.for i in ${SHARED}
- ${ECHO} share/denemo/$i >> ${PLIST}
+ ${ECHO_CMD} share/denemo/$i >> ${PLIST}
.endfor
.for i in ${DOCS}
- ${ECHO} ${DOCDIR}/$i >> ${PLIST}
+ ${ECHO_CMD} ${DOCDIR}/$i >> ${PLIST}
.endfor
- ${ECHO} @dirrm ${DOCDIR} >> ${PLIST}
- ${ECHO} @dirrm share/denemo >> ${PLIST}
+ ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST}
+ ${ECHO_CMD} @dirrm share/denemo >> ${PLIST}
do-install:
${MKDIR} ${PREFIX}/share/denemo