aboutsummaryrefslogtreecommitdiffstats
path: root/converters/tuc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-20 23:33:20 +0800
committermat <mat@FreeBSD.org>2016-07-20 23:33:20 +0800
commitdb56f13ef4400c01c2a9ef2ba0e545effb4949f9 (patch)
treed74ba65fed8db0fd098d71428aebd9af6e665d09 /converters/tuc
parent3152a538183a1b60ad1cc78f4daf75bf3776cbfb (diff)
downloadfreebsd-ports-gnome-db56f13ef4400c01c2a9ef2ba0e545effb4949f9.tar.gz
freebsd-ports-gnome-db56f13ef4400c01c2a9ef2ba0e545effb4949f9.tar.zst
freebsd-ports-gnome-db56f13ef4400c01c2a9ef2ba0e545effb4949f9.zip
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
Diffstat (limited to 'converters/tuc')
-rw-r--r--converters/tuc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/tuc/Makefile b/converters/tuc/Makefile
index 33f40579b297..7f6909db4c20 100644
--- a/converters/tuc/Makefile
+++ b/converters/tuc/Makefile
@@ -16,6 +16,6 @@ PLIST_FILES= bin/tuc \
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tuc ${STAGEDIR}${PREFIX}/bin
- $(INSTALL_MAN) ${WRKSRC}/tuc.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/tuc.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>