summaryrefslogtreecommitdiff
path: root/misc/findutils
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-06-05 17:39:52 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-06-05 17:39:52 +0000
commit88bf5818cf0f0cbfd485524fd2a33c00865bd0f9 (patch)
tree09e3bab3d4ca58ff07f9341546d7f01006bca78a /misc/findutils
parentChange maintainer: (diff)
Get the path to the catpages right so that we can delete the wrongly
installed ones as intended.
Notes
Notes: svn path=/head/; revision=29235
Diffstat (limited to 'misc/findutils')
-rw-r--r--misc/findutils/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/findutils/Makefile b/misc/findutils/Makefile
index bac063bd78b9..fd1b22421112 100644
--- a/misc/findutils/Makefile
+++ b/misc/findutils/Makefile
@@ -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>