diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-26 04:16:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-26 04:16:11 +0000 |
commit | 0d6b2bb3a00cdcb177d91530d033f0f0d124cd75 (patch) | |
tree | b832cebad2b8c7bca6ee0c01c74511629473fd46 /misc/grc | |
parent | f0cbdc94a93696bcc1798dd39932f3700d486a40 (diff) | |
download | ports-0d6b2bb3a00cdcb177d91530d033f0f0d124cd75.tar.gz ports-0d6b2bb3a00cdcb177d91530d033f0f0d124cd75.zip |
dont install manpages into bin/
Noted by: bento's log
Notes
Notes:
svn path=/head/; revision=41909
Diffstat (limited to 'misc/grc')
-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 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 |