aboutsummaryrefslogtreecommitdiff
path: root/devel/privman
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-09-02 08:10:26 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-09-02 08:10:26 +0000
commitfcd902e445fe96b24b89b6c911e66b193f7f1677 (patch)
treee3645c15e1059ed8e6cefbb27457a6bdadfc5b07 /devel/privman
parent5b4e3dfa0bd06ed8a28317d2fd0f04ba6946c4c8 (diff)
downloadports-fcd902e445fe96b24b89b6c911e66b193f7f1677.tar.gz
ports-fcd902e445fe96b24b89b6c911e66b193f7f1677.zip
Notes
Diffstat (limited to 'devel/privman')
-rw-r--r--devel/privman/Makefile5
1 files changed, 3 insertions, 2 deletions
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 \