summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:23:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 10:23:48 +0000
commit7acef1cd7a4173168980125b140340c62b38c8d6 (patch)
tree8e913f3c1574a206914a5852d584d77c40e8b447 /audio
parentRemove extra "pkg/". (diff)
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
Notes
Notes: svn path=/head/; revision=33576
Diffstat (limited to 'audio')
-rw-r--r--audio/icecast/Makefile2
-rw-r--r--audio/icecast2/Makefile2
-rw-r--r--audio/juke/Makefile2
-rw-r--r--audio/napster/Makefile2
-rw-r--r--audio/opennap/Makefile2
-rw-r--r--audio/raproxy/Makefile2
-rw-r--r--audio/teknap/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile
index 100a8b158521..0570907065a2 100644
--- a/audio/icecast/Makefile
+++ b/audio/icecast/Makefile
@@ -30,6 +30,6 @@ do-install:
.endfor
${MKDIR} ${PREFIX}/share/doc/icecast/
${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${PREFIX}/share/doc/icecast/
- @${CAT} ${PKGDIR}/MESSAGE | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
+ @${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
.include <bsd.port.mk>
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index 100a8b158521..0570907065a2 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -30,6 +30,6 @@ do-install:
.endfor
${MKDIR} ${PREFIX}/share/doc/icecast/
${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${PREFIX}/share/doc/icecast/
- @${CAT} ${PKGDIR}/MESSAGE | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
+ @${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g'
.include <bsd.port.mk>
diff --git a/audio/juke/Makefile b/audio/juke/Makefile
index a9b61e5dda80..df2ae6c5b9e6 100644
--- a/audio/juke/Makefile
+++ b/audio/juke/Makefile
@@ -17,7 +17,7 @@ PKGMESSAGE= ${WRKSRC}/MESSAGE
post-install:
${INSTALL_DATA} ${WRKSRC}/juke.conf ${PREFIX}/etc/juke.conf.sample
- @${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/MESSAGE > ${WRKSRC}/MESSAGE
+ @${SED} 's,PREFIX,${PREFIX},' ${PKGDIR}/pkg-message > ${WRKSRC}/MESSAGE
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/audio/napster/Makefile b/audio/napster/Makefile
index a2f99058e114..69f4451213df 100644
--- a/audio/napster/Makefile
+++ b/audio/napster/Makefile
@@ -35,6 +35,6 @@ do-install:
.endif
post-install:
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/audio/opennap/Makefile b/audio/opennap/Makefile
index d1b1235c0bbd..c8dcb0c16d97 100644
--- a/audio/opennap/Makefile
+++ b/audio/opennap/Makefile
@@ -34,6 +34,6 @@ post-install:
cd ${WRKSRC} ; for FILE in sample.*; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/opennap/examples ; done
@echo "===> Installing startup script into ${PREFIX}/etc/rc.d."
${INSTALL_SCRIPT} ${FILESDIR}/opennap.sh ${PREFIX}/etc/rc.d
- @${CAT} ${PKGDIR}/MESSAGE
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile
index b8c27aaaca6a..22b665b4397d 100644
--- a/audio/raproxy/Makefile
+++ b/audio/raproxy/Makefile
@@ -33,6 +33,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
${PREFIX}/share/doc/raproxy
.endif
- -cat ${PKGDIR}/MESSAGE
+ -cat ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/audio/teknap/Makefile b/audio/teknap/Makefile
index 54476d48a136..afc0e6635f80 100644
--- a/audio/teknap/Makefile
+++ b/audio/teknap/Makefile
@@ -63,7 +63,7 @@ post-install:
${TAR} --directory ${PREFIX}/share/TekNap/help -xf -
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/TekNap
@${ECHO}
- @${CAT} ${PKGDIR}/MESSAGE | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g"
+ @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g"
@${ECHO}
.endif