diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-26 04:16:11 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-26 04:16:11 +0000 |
commit | fdf36d1189054fbb4cff8d8fd754d2c8b7d2b9c7 (patch) | |
tree | 650819f2ee6bdae29aaeea425374f4194db7c91f /misc/grc/Makefile | |
parent | a70dafded907dd3738027c190d98136015cca253 (diff) | |
download | FreeBSD-ports-fdf36d1189054fbb4cff8d8fd754d2c8b7d2b9c7.zip FreeBSD-ports-fdf36d1189054fbb4cff8d8fd754d2c8b7d2b9c7.tar.gz |
dont install manpages into bin/
Noted by: bento's log
Diffstat (limited to 'misc/grc/Makefile')
-rw-r--r-- | misc/grc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/grc/Makefile b/misc/grc/Makefile index bbba0e8..2832599 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 |