don't create an extra directory in share/doc

Noted By:	pointyhat via kris
This commit is contained in:
Oliver Lehmann 2004-12-19 16:32:35 +00:00
parent d989c500e5
commit 2e9fa6e131
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124488

View File

@ -23,10 +23,8 @@ GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
post-patch:
@${REINPLACE_CMD} -e 's|^doc_DATA = .*|#&|g ; \
s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g ; \
s|\$$(mkinstalldirs) \$$(DESTDIR)\$$(docdir)$$|| ; \
s|\$$(mkinstalldirs) \$$(DESTDIR)\$$(docdir) |\$$(mkinstalldirs)|g' \
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g ; \
s|\(^pkgconfigdir =\) .*|\1 ${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
post-install: