diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-12-19 16:32:35 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-12-19 16:32:35 +0000 |
commit | 2e9fa6e131064b6fb3adb1b4eaea07483f584160 (patch) | |
tree | e295e27ca1e51ad73b624d46fe8755e6641b5726 /devel/varconf | |
parent | Don't install/append to perllocal.pod. (diff) |
don't create an extra directory in share/doc
Noted By: pointyhat via kris
Diffstat (limited to 'devel/varconf')
-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: |