diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:23:48 +0000 |
commit | 380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 (patch) | |
tree | d8d06834191fc67caaf8749fb3c9963013b7d611 /audio | |
parent | d742677c18dda5fd6194bb940adb18babef26617 (diff) | |
download | FreeBSD-ports-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.zip FreeBSD-ports-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.tar.gz |
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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast/Makefile | 2 | ||||
-rw-r--r-- | audio/icecast2/Makefile | 2 | ||||
-rw-r--r-- | audio/juke/Makefile | 2 | ||||
-rw-r--r-- | audio/napster/Makefile | 2 | ||||
-rw-r--r-- | audio/opennap/Makefile | 2 | ||||
-rw-r--r-- | audio/raproxy/Makefile | 2 | ||||
-rw-r--r-- | audio/teknap/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 100a8b1..0570907 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 100a8b1..0570907 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 a9b61e5..df2ae6c 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 a2f9905..69f4451 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 d1b1235..c8dcb0c 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 b8c27aa..22b665b 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 54476d4..afc0e66 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 |