diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-06-05 17:39:52 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-06-05 17:39:52 +0000 |
| commit | 88bf5818cf0f0cbfd485524fd2a33c00865bd0f9 (patch) | |
| tree | 09e3bab3d4ca58ff07f9341546d7f01006bca78a /misc/findutils | |
| parent | acfe99c20f476be2064d77e1b0b4718394ee591a (diff) | |
Get the path to the catpages right so that we can delete the wrongly
installed ones as intended.
Diffstat (limited to 'misc/findutils')
| -rw-r--r-- | misc/findutils/Makefile | 10 |
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> |
