From 380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 Mon Sep 17 00:00:00 2001 From: asami Date: Sun, 8 Oct 2000 10:23:48 +0000 Subject: 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. --- net-p2p/opennap/Makefile | 2 +- net-p2p/teknap/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/opennap/Makefile b/net-p2p/opennap/Makefile index d1b1235c0bb..c8dcb0c16d9 100644 --- a/net-p2p/opennap/Makefile +++ b/net-p2p/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 diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile index 54476d48a13..afc0e6635f8 100644 --- a/net-p2p/teknap/Makefile +++ b/net-p2p/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 -- cgit