diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-27 20:10:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-27 20:10:54 +0000 |
commit | e60dde33b67f13f73fa73d1c3108723effd7228a (patch) | |
tree | ed29ad44ff807e20cae44f59b348a2ae5b7fb3c0 /emulators/hercules | |
parent | 157291c9430ddc6b34c81be34d0af9d90ea08c0d (diff) |
Notes
Diffstat (limited to 'emulators/hercules')
-rw-r--r-- | emulators/hercules/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 132fc159a601..cc6ca8cd566e 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -24,6 +24,10 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ 's|SOL_TCP|IPPROTO_TCP|g' ${WRKSRC}/hscutl.c + @${REINPLACE_CMD} \ + -e '/herclin_LDADD =/s/$$/ libhercu.la libhercd.la/' \ + -e '/hercules_LDADD =/s/$$/ libhercu.la libhercd.la/' \ + ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ '/^pkgdatadir/s|=.*|= $$(docdir)|' ${WRKSRC}/html/Makefile.in |