diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-10 02:41:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-10 02:41:16 +0800 |
commit | cfe4db60e9c53a3ae82399d521bbe9e1962044b8 (patch) | |
tree | 58789dfc1b51a32d455eefe76c701b7c4ca79ff3 /x11-toolkits/gtk30-reference | |
parent | 39914edbc02d6de194d90a2be65291db6096a60f (diff) | |
download | freebsd-ports-gnome-cfe4db60e9c53a3ae82399d521bbe9e1962044b8.tar.gz freebsd-ports-gnome-cfe4db60e9c53a3ae82399d521bbe9e1962044b8.tar.zst freebsd-ports-gnome-cfe4db60e9c53a3ae82399d521bbe9e1962044b8.zip |
- Stage support for all -reference ports
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS
Approved by: kwm (maintainer)
Diffstat (limited to 'x11-toolkits/gtk30-reference')
-rw-r--r-- | x11-toolkits/gtk30-reference/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/gtk30-reference/pkg-plist | 15 |
2 files changed, 13 insertions, 10 deletions
diff --git a/x11-toolkits/gtk30-reference/Makefile b/x11-toolkits/gtk30-reference/Makefile index 304ef837c637..11f6a44aae0a 100644 --- a/x11-toolkits/gtk30-reference/Makefile +++ b/x11-toolkits/gtk30-reference/Makefile @@ -5,16 +5,12 @@ PORTREVISION= 2 BOOKS= gdk gtk -PLIST= ${.CURDIR}/pkg-plist - -NO_STAGE= yes do-install: .for d in ${BOOKS} if [ -d ${REFERENCE_SRC}/${d}/html ]; then \ - ${MKDIR} ${PREFIX}/share/doc/${d}3; \ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/${d}3; \ cd ${REFERENCE_SRC}/${d}/html && \ - ${FIND} * -type d ! -empty -exec ${MKDIR} "${PREFIX}/share/doc/${d}3/{}" \; && \ - ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/doc/${d}3/{}" \; ; \ + ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/${d}3; \ fi .endfor diff --git a/x11-toolkits/gtk30-reference/pkg-plist b/x11-toolkits/gtk30-reference/pkg-plist index ee3b56b1bd4e..acd82e586d55 100644 --- a/x11-toolkits/gtk30-reference/pkg-plist +++ b/x11-toolkits/gtk30-reference/pkg-plist @@ -9,6 +9,7 @@ share/doc/gdk3/api-index-3-0.html share/doc/gdk3/api-index-3-2.html share/doc/gdk3/api-index-3-4.html share/doc/gdk3/api-index-3-6.html +share/doc/gdk3/api-index-3-8.html share/doc/gdk3/api-index-deprecated.html share/doc/gdk3/api-index-full.html share/doc/gdk3/arrow.png @@ -45,6 +46,8 @@ share/doc/gdk3/gdk3-Drag-and-Drop.html share/doc/gdk3/gdk3-Event-Structures.html share/doc/gdk3/gdk3-Events.html share/doc/gdk3/gdk3-General.html +share/doc/gdk3/gdk3-GdkFrameClock.html +share/doc/gdk3/gdk3-GdkFrameTimings.html share/doc/gdk3/gdk3-Keyboard-Handling.html share/doc/gdk3/gdk3-Pango-Interaction.html share/doc/gdk3/gdk3-Pixbufs.html @@ -123,6 +126,7 @@ share/doc/gtk3/Application.html share/doc/gtk3/ApplicationChoosing.html share/doc/gtk3/Builder.html share/doc/gtk3/ButtonWidgets.html +share/doc/gtk3/DeprecatedObjects.html share/doc/gtk3/DisplayWidgets.html share/doc/gtk3/GtkAboutDialog.html share/doc/gtk3/GtkAccelLabel.html @@ -337,6 +341,7 @@ share/doc/gtk3/api-index-3-0.html share/doc/gtk3/api-index-3-2.html share/doc/gtk3/api-index-3-4.html share/doc/gtk3/api-index-3-6.html +share/doc/gtk3/api-index-3-8.html share/doc/gtk3/api-index-deprecated.html share/doc/gtk3/api-index-full.html share/doc/gtk3/appchooserbutton.png @@ -353,13 +358,14 @@ share/doc/gtk3/border2.png share/doc/gtk3/border3.png share/doc/gtk3/box-expand.png share/doc/gtk3/box-packing.png +share/doc/gtk3/broadwayd.html share/doc/gtk3/button.png share/doc/gtk3/ch02.html share/doc/gtk3/ch03.html -share/doc/gtk3/ch24s02.html -share/doc/gtk3/ch26s02.html -share/doc/gtk3/ch28s02.html -share/doc/gtk3/ch28s03.html +share/doc/gtk3/ch25s02.html +share/doc/gtk3/ch27s02.html +share/doc/gtk3/ch29s02.html +share/doc/gtk3/ch29s03.html share/doc/gtk3/chap-drawing-model.html share/doc/gtk3/check-button.png share/doc/gtk3/checklist-gdkeventexpose-region.html @@ -500,6 +506,7 @@ share/doc/gtk3/gtk-select-color.png share/doc/gtk3/gtk-undelete-ltr.png share/doc/gtk3/gtk-undelete-rtl.png share/doc/gtk3/gtk-update-icon-cache.html +share/doc/gtk3/gtk-wayland.html share/doc/gtk3/gtk-windows.html share/doc/gtk3/gtk-x11.html share/doc/gtk3/gtk-yes.png |