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

Get the path to the catpages right so that we can delete the wrongly

installed ones as intended.
This commit is contained in:
Tim Vanderhoek 2000-06-05 17:39:52 +00:00
parent acfe99c20f
commit 88bf5818cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29235

View File

@ -26,10 +26,10 @@ MAN5= glocatedb.5
post-install:
install-info ${PREFIX}/info/find.info ${PREFIX}/info/dir
${RM} -f ${PREFIX}/cat1/gfind.1
${RM} -f ${PREFIX}/cat1/gxargs.1
${RM} -f ${PREFIX}/cat1/glocate.1
${RM} -f ${PREFIX}/cat1/gupdatedb.1
${RM} -f ${PREFIX}/cat5/glocatedb.5
${RM} -f ${PREFIX}/man/cat1/gfind.1
${RM} -f ${PREFIX}/man/cat1/gxargs.1
${RM} -f ${PREFIX}/man/cat1/glocate.1
${RM} -f ${PREFIX}/man/cat1/gupdatedb.1
${RM} -f ${PREFIX}/man/cat5/glocatedb.5
.include <bsd.port.mk>