Honour PKGMANDIR.
This commit is contained in:
parent
4c3a1cf369
commit
cfd9eede46
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2008/03/17 00:14:46 tnn2 Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2008/03/20 16:24:08 tnn2 Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netwib-5.35.0-src
|
||||
|
@ -21,6 +21,8 @@ SUBST_STAGE.fix-paths= pre-configure
|
|||
SUBST_MESSAGE.fix-paths= Fixing absolute paths.
|
||||
SUBST_FILES.fix-paths= config.dat
|
||||
SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g'
|
||||
SUBST_SED.fix-paths= -e 's,/man$$,/${PKGMANDIR},g'
|
||||
|
||||
|
||||
.include "../../devel/libnet10/buildlink3.mk"
|
||||
.include "../../net/libpcap/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2008/03/17 00:14:46 tnn2 Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2008/03/20 16:24:08 tnn2 Exp $
|
||||
#
|
||||
|
||||
DISTNAME= netwox-5.35.0-src
|
||||
|
@ -21,6 +21,7 @@ SUBST_STAGE.fix-paths= pre-configure
|
|||
SUBST_MESSAGE.fix-paths= Fixing absolute paths.
|
||||
SUBST_FILES.fix-paths= config.dat
|
||||
SUBST_SED.fix-paths= -e 's,/usr/local,${PREFIX},g'
|
||||
SUBST_SED.fix-paths= -e 's,/man$$,/${PKGMANDIR},g'
|
||||
|
||||
.include "../../devel/libnet10/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue