From fcd902e445fe96b24b89b6c911e66b193f7f1677 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 2 Sep 2005 08:10:26 +0000 Subject: Fix config files location. PR: ports/85589 Reported by: rik --- devel/privman/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/privman') diff --git a/devel/privman/Makefile b/devel/privman/Makefile index 8a85cfcc14b7..198f7b2e8d8e 100644 --- a/devel/privman/Makefile +++ b/devel/privman/Makefile @@ -20,9 +20,10 @@ USE_REINPLACE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} post-patch: - @${REINPLACE_CMD} -e \ - 's|$$(PACKAGE).d|$$(PACKAGE)|g' \ + @${REINPLACE_CMD} -e 's|$$(PACKAGE).d|$$(PACKAGE)|g' \ ${WRKSRC}/etc/Makefile.in + @${REINPLACE_CMD} -e 's|@PACKAGE@.d|@PACKAGE@|g' \ + ${WRKSRC}/src/Makefile.in MAN3= priv_bind.3 priv_custom.3 priv_daemon.3 priv_execve.3 \ priv_fopen.3 priv_fork.3 priv_init.3 priv_invoke_cap_fn.3 \ -- cgit v1.2.3