diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-11-18 23:30:13 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-11-18 23:30:13 +0000 |
commit | 1afcdd5eb1e0577fdb539ccf82a57b6453d2b04e (patch) | |
tree | 3dbfd735c8826824161ca86ec4188c8fda926fd1 /x11-toolkits | |
parent | 99fbc95297531de7397f79ccd27a457078242b4b (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bwidget/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkextra/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/bwidget/Makefile b/x11-toolkits/bwidget/Makefile index a41e8a7da50e..85996f87d1ec 100644 --- a/x11-toolkits/bwidget/Makefile +++ b/x11-toolkits/bwidget/Makefile @@ -34,7 +34,7 @@ do-install: .if !defined(NOPORTDOCS) @$(MKDIR) ${DOCSDIR}/BWman ${INSTALL_DATA} ${WRKSRC}/BWman/*.html ${DOCSDIR}/BWman -. for FILE in CHANGES.txt ChangeLog README.txt +. for FILE in CHANGES.txt ChangeLog README.txt ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE} . endfor .endif diff --git a/x11-toolkits/gtkextra/Makefile b/x11-toolkits/gtkextra/Makefile index 2b21ddd7b4d8..baba51dd3bf7 100644 --- a/x11-toolkits/gtkextra/Makefile +++ b/x11-toolkits/gtkextra/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.99.17 PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= http://gtkextra.sourceforge.net/src/ \ - SF/scigraphica/scigraphica-0.x/0.8.0-source + SF/scigraphica/scigraphica-0.x/0.8.0-source DISTNAME= ${PORTNAME:S/gtk/gtk+/}-${PORTVERSION} diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index d65750e0729a..8004b7bd7276 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -27,6 +27,6 @@ USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ -e 's|-DGDK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/examples/Makefile.in ${WRKSRC}/gtk/Makefile.in + ${WRKSRC}/examples/Makefile.in ${WRKSRC}/gtk/Makefile.in .include <bsd.port.mk> |