- Fix a wrong ${DOCSDIR} creation where NOPORTDOCS is set, wrong since my last

commits

Reported by:	itetcu
This commit is contained in:
Renato Botelho 2008-05-26 13:13:22 +00:00
parent 5a9a8f5059
commit d300c906d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213694
2 changed files with 10 additions and 0 deletions

View File

@ -34,6 +34,11 @@ MAN5= awesomerc.5
PORTDOCS= AUTHORS LICENSE README STYLE UPGRADE
PORTEXAMPLES= awesomerc
post-patch:
@${REINPLACE_CMD} -e 's, "$$(DESTDIR)$$(docdir)";,;,g' \
-e 's,\([[:space:]]\)install-docDATA ,\1,g' \
${WRKSRC}/Makefile.in
post-configure:
@${REINPLACE_CMD} -E '/^awesome_(message_)?LDADD/s/$$/ -liconv/g; \
/^doc_DATA/s/=.*$$/=/g' \

View File

@ -34,6 +34,11 @@ MAN5= awesomerc.5
PORTDOCS= AUTHORS LICENSE README STYLE UPGRADE
PORTEXAMPLES= awesomerc
post-patch:
@${REINPLACE_CMD} -e 's, "$$(DESTDIR)$$(docdir)";,;,g' \
-e 's,\([[:space:]]\)install-docDATA ,\1,g' \
${WRKSRC}/Makefile.in
post-configure:
@${REINPLACE_CMD} -E '/^awesome_(message_)?LDADD/s/$$/ -liconv/g; \
/^doc_DATA/s/=.*$$/=/g' \