1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

dont install manpages into bin/

Noted by:	bento's log
This commit is contained in:
Ying-Chieh Liao 2001-04-26 04:16:11 +00:00
parent f0cbdc94a9
commit 0d6b2bb3a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41909

View File

@ -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