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. --- archivers/linux_rar/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'archivers/linux_rar') diff --git a/archivers/linux_rar/Makefile b/archivers/linux_rar/Makefile index 88a61e7a00f3..53a2bcae785a 100644 --- a/archivers/linux_rar/Makefile +++ b/archivers/linux_rar/Makefile @@ -49,7 +49,7 @@ do-install: .if defined(WITH_UNRAR) @${INSTALL_PROGRAM} ${WRKSRC}/unrar ${PREFIX}/bin brandelf -t Linux ${PREFIX}/bin/unrar - @${ECHO} bin/unrar >> ${WRKSRC}/PLIST + @${ECHO} bin/unrar >> ${PLIST} .endif .for i in ${RARDOCS} @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/rar @@ -59,12 +59,12 @@ do-install: .endfor @${INSTALL_MAN} ${WRKSRC}/rar.txt ${PREFIX}/man/cat1/rar.1 - @${CP} ${PKGDIR}/PLIST ${WRKSRC} + @${CP} ${PKGDIR}/pkg-plist ${PLIST} .if !defined(NOMANCOMPRESS) @${GZIP_CMD} ${PREFIX}/man/cat1/rar.1 - @${ECHO} man/cat1/rar.1.gz >> ${WRKSRC}/PLIST + @${ECHO} man/cat1/rar.1.gz >> ${PLIST} .else - @${ECHO} man/cat1/rar.1 >> ${WRKSRC}/PLIST + @${ECHO} man/cat1/rar.1 >> ${PLIST} .endif post-install: -- cgit