aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/linux_rar
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 18:23:48 +0800
committerasami <asami@FreeBSD.org>2000-10-08 18:23:48 +0800
commit380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6 (patch)
treed8d06834191fc67caaf8749fb3c9963013b7d611 /archivers/linux_rar
parentd742677c18dda5fd6194bb940adb18babef26617 (diff)
downloadfreebsd-ports-gnome-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.tar.gz
freebsd-ports-gnome-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.tar.zst
freebsd-ports-gnome-380a7ab9be4a5e0b282aadcbabd4a0fcb60d22e6.zip
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 'archivers/linux_rar')
-rw-r--r--archivers/linux_rar/Makefile8
1 files changed, 4 insertions, 4 deletions
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: