summaryrefslogtreecommitdiff
path: root/archivers/linux_rar
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 /archivers/linux_rar
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 '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: