aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2008-05-26 21:13:22 +0800
committergarga <garga@FreeBSD.org>2008-05-26 21:13:22 +0800
commit3d63b1d5c9de4e120f12a453ecbc05501b34f5fc (patch)
tree98ebe5b52d0c597ab323176ccc0b3ce9caddf1cf /x11-wm
parenta3892d91f6924e635110d674b61bdb17ea0eab78 (diff)
downloadfreebsd-ports-gnome-3d63b1d5c9de4e120f12a453ecbc05501b34f5fc.tar.gz
freebsd-ports-gnome-3d63b1d5c9de4e120f12a453ecbc05501b34f5fc.tar.zst
freebsd-ports-gnome-3d63b1d5c9de4e120f12a453ecbc05501b34f5fc.zip
- Fix a wrong ${DOCSDIR} creation where NOPORTDOCS is set, wrong since my last
commits Reported by: itetcu
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/awesome/Makefile5
-rw-r--r--x11-wm/awesome2/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile
index f4ac2e029259..df32ab9040cd 100644
--- a/x11-wm/awesome/Makefile
+++ b/x11-wm/awesome/Makefile
@@ -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' \
diff --git a/x11-wm/awesome2/Makefile b/x11-wm/awesome2/Makefile
index f4ac2e029259..df32ab9040cd 100644
--- a/x11-wm/awesome2/Makefile
+++ b/x11-wm/awesome2/Makefile
@@ -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' \