diff options
author | kris <kris@FreeBSD.org> | 2003-10-27 06:34:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-27 06:34:13 +0800 |
commit | 8b9880536f1ae923696e135a3e6f6ebfe1c78c02 (patch) | |
tree | f7fcf2aaf156cb0ac467c45db781530a5f4eea79 /archivers | |
parent | d3995006b57b9c1469d04160073b473081f1733f (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |