diff options
author | hoek <hoek@FreeBSD.org> | 2000-06-06 01:39:52 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 2000-06-06 01:39:52 +0800 |
commit | 5ba7bc1964f3aeff44fe932fe1a11478cff34aa1 (patch) | |
tree | 87ee1303be4d534e17c9250d63e3047f4f80916b /misc/findutils | |
parent | 1bbb57772d0d32702c6a044d2b8bd925d353027c (diff) | |
download | freebsd-ports-gnome-5ba7bc1964f3aeff44fe932fe1a11478cff34aa1.tar.gz freebsd-ports-gnome-5ba7bc1964f3aeff44fe932fe1a11478cff34aa1.tar.zst freebsd-ports-gnome-5ba7bc1964f3aeff44fe932fe1a11478cff34aa1.zip |
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> |