aboutsummaryrefslogtreecommitdiff
path: root/net/yptransitd/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-30 23:16:36 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-06-30 23:16:36 +0000
commitf4f533b7c61d7c027989dd3b8ab2123d54a89511 (patch)
tree82990a2b3d06014a75cdca1571998034f9bd543e /net/yptransitd/Makefile
parent27662f77bf3eb92028a36e906cc01644f4b9ac64 (diff)
downloadports-f4f533b7c61d7c027989dd3b8ab2123d54a89511.tar.gz
ports-f4f533b7c61d7c027989dd3b8ab2123d54a89511.zip
Notes
Diffstat (limited to 'net/yptransitd/Makefile')
-rw-r--r--net/yptransitd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/yptransitd/Makefile b/net/yptransitd/Makefile
index cf791df1cacf..72161afcbb37 100644
--- a/net/yptransitd/Makefile
+++ b/net/yptransitd/Makefile
@@ -22,7 +22,13 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ldap-prefix=${LOCALBASE}
+post-patch:
+ @${REINPLACE_CMD} -E 's,^([[:blank:]]+)\([^\)]+\) ,\1,' \
+ ${WRKSRC}/src/modules.c
+ @${REINPLACE_CMD} -e 's,(void \*) ,,g' \
+ ${WRKSRC}/src/modules/ldap/cache.c
+
post-install:
- @ ${CAT} ${.CURDIR}/pkg-message
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>