summaryrefslogtreecommitdiff
path: root/devel/varconf
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-12-19 16:32:35 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-12-19 16:32:35 +0000
commit2e9fa6e131064b6fb3adb1b4eaea07483f584160 (patch)
treee295e27ca1e51ad73b624d46fe8755e6641b5726 /devel/varconf
parentDon'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/Makefile6
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: