aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-04-26 12:16:11 +0800
committerijliao <ijliao@FreeBSD.org>2001-04-26 12:16:11 +0800
commitfdf36d1189054fbb4cff8d8fd754d2c8b7d2b9c7 (patch)
tree650819f2ee6bdae29aaeea425374f4194db7c91f /misc
parenta70dafded907dd3738027c190d98136015cca253 (diff)
downloadfreebsd-ports-gnome-fdf36d1189054fbb4cff8d8fd754d2c8b7d2b9c7.tar.gz
freebsd-ports-gnome-fdf36d1189054fbb4cff8d8fd754d2c8b7d2b9c7.tar.zst
freebsd-ports-gnome-fdf36d1189054fbb4cff8d8fd754d2c8b7d2b9c7.zip
dont install manpages into bin/
Noted by: bento's log
Diffstat (limited to 'misc')
-rw-r--r--misc/grc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/grc/Makefile b/misc/grc/Makefile
index bbba0e81f1f6..28325998cb70 100644
--- a/misc/grc/Makefile
+++ b/misc/grc/Makefile
@@ -28,7 +28,7 @@ post-patch:
.endfor
do-install:
-.for file in grc grcat ${MAN1}
+.for file in grc grcat
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor