diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-25 18:16:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-03-25 18:16:12 +0000 |
commit | 4254b2988f56f57598788a863dec1fe980074150 (patch) | |
tree | 896475501b44ed00c3f3138a7379e3c2dc097d8a | |
parent | The distfile for this release of subversion doesn't appear to be (diff) |
Use MAN8PREFIX rather than PREFIX so one can "make PREFIX=/usr install".
I'm not sure how far we want to take this... most ports don't use MANPREFIX
or MAN<sect>PREFIX.
PR: 49114
Submitted by: Rolf Grossmann <grossman@progtech.net>
Notes
Notes:
svn path=/head/; revision=77462
-rw-r--r-- | sysutils/lsof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 169977b4943f..983e61938b27 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -66,7 +66,7 @@ post-extract: do-install: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${PREFIX}/man/man8/lsof.8 + ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${MAN8PREFIX}/man/man8/lsof.8 @${MKDIR} ${PREFIX}/share/lsof ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof @${CHMOD} 0444 ${PREFIX}/share/lsof/00* |