diff options
Diffstat (limited to 'devel/varconf/Makefile')
-rw-r--r-- | devel/varconf/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile index 3b8455f2f7d9..8f33c19887c5 100644 --- a/devel/varconf/Makefile +++ b/devel/varconf/Makefile @@ -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: |