aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-27 06:34:13 +0800
committerkris <kris@FreeBSD.org>2003-10-27 06:34:13 +0800
commit8b9880536f1ae923696e135a3e6f6ebfe1c78c02 (patch)
treef7fcf2aaf156cb0ac467c45db781530a5f4eea79 /archivers
parentd3995006b57b9c1469d04160073b473081f1733f (diff)
downloadfreebsd-ports-gnome-8b9880536f1ae923696e135a3e6f6ebfe1c78c02.tar.gz
freebsd-ports-gnome-8b9880536f1ae923696e135a3e6f6ebfe1c78c02.tar.zst
freebsd-ports-gnome-8b9880536f1ae923696e135a3e6f6ebfe1c78c02.zip
portlint ($() -> ${})
Diffstat (limited to 'archivers')
-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 \