summaryrefslogtreecommitdiff
path: root/archivers/unarj
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-26 22:34:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-26 22:34:13 +0000
commit86c7a30083aeeb3599a542c9b1600e12e435f056 (patch)
tree523bc93d77431d30fe365e18371f238d37229756 /archivers/unarj
parentAdd rar (diff)
portlint ($() -> ${})
Notes
Notes: svn path=/head/; revision=92253
Diffstat (limited to 'archivers/unarj')
-rw-r--r--archivers/unarj/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile
index c80df1881441..91ebf20846e2 100644
--- a/archivers/unarj/Makefile
+++ b/archivers/unarj/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ache@FreeBSD.org
COMMENT= Allows files to be extracted from ARJ archives
do-install:
- ${INSTALL} -d -m 755 -o $(SHAREOWN) -g ${SHAREGRP} \
+ ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \
${PREFIX}/share/doc/unarj
cd ${WRKSRC}; ${INSTALL_PROGRAM} unarj ${PREFIX}/bin
cd ${WRKSRC}; ${INSTALL_DATA} unarj.doc technote.doc \