diff options
author | mezz <mezz@FreeBSD.org> | 2006-06-06 03:13:38 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-06-06 03:13:38 +0000 |
commit | eb646a2858dfdb5d745cec6aecc7e41c68c59f99 (patch) | |
tree | 046724f653e08c7ddf8358bda96dc4f004782178 /x11-toolkits/py-gnome-desktop | |
parent | e3923ef5d85750e0c490278547dd640c312de4b7 (diff) | |
download | FreeBSD-ports-eb646a2858dfdb5d745cec6aecc7e41c68c59f99.zip FreeBSD-ports-eb646a2858dfdb5d745cec6aecc7e41c68c59f99.tar.gz |
-Change from EG_DST_DIR to EXAMPLESDIR.
-Use EXAMPLESDIR in plist.
Diffstat (limited to 'x11-toolkits/py-gnome-desktop')
-rw-r--r-- | x11-toolkits/py-gnome-desktop/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-desktop/pkg-plist | 54 |
2 files changed, 31 insertions, 31 deletions
diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile index fcac446..b9fb33d 100644 --- a/x11-toolkits/py-gnome-desktop/Makefile +++ b/x11-toolkits/py-gnome-desktop/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome +EXAMPLESDIR= ${PREFIX}/share/examples/py-gnome .if !defined(NOPORTDOCS) DOCSDIR= ${PREFIX}/share/doc/py-gnome-desktop .else @@ -48,9 +48,9 @@ post-patch: .if !defined(NOPORTDOCS) post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} + ${MKDIR} ${EXAMPLESDIR} + ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - + ${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR} .endif .include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome-desktop/pkg-plist b/x11-toolkits/py-gnome-desktop/pkg-plist index 7f7cd74..ec4714d 100644 --- a/x11-toolkits/py-gnome-desktop/pkg-plist +++ b/x11-toolkits/py-gnome-desktop/pkg-plist @@ -63,28 +63,28 @@ libdata/pkgconfig/gnome-python-desktop-2.0.pc %%DOCSDIR%%/pygtksourceview/index.html %%DOCSDIR%%/pygtksourceview/index.sgml %%DOCSDIR%%/pygtksourceview/pygtksourceview.devhelp -share/examples/py-gnome/applet/GNOME_PythonAppletSample.server -share/examples/py-gnome/applet/README -share/examples/py-gnome/applet/applet.py -share/examples/py-gnome/gnomeprint/README -share/examples/py-gnome/gnomeprint/example_01.py -share/examples/py-gnome/gnomeprint/example_02.py -share/examples/py-gnome/gnomeprint/example_03.py -share/examples/py-gnome/gnomeprint/example_04.py -share/examples/py-gnome/gnomeprint/example_05.py -share/examples/py-gnome/gnomeprint/example_06.py -share/examples/py-gnome/gnomeprint/example_08.py -share/examples/py-gnome/gnomeprint/example_09.py -share/examples/py-gnome/gnomeprint/example_10.glade -share/examples/py-gnome/gnomeprint/example_10.py -share/examples/py-gnome/gnomeprint/example_11.py -share/examples/py-gnome/gnomeprint/sample-image.png -share/examples/py-gnome/gnomeprint/test-print.py -share/examples/py-gnome/gtksourceview/test-widget.py -share/examples/py-gnome/mediaprofiles/profiles.py -share/examples/py-gnome/nautilusburn/blank_disc.py -share/examples/py-gnome/nautilusburn/drive_selection.py -share/examples/py-gnome/nautilusburn/write_iso.py +%%EXAMPLESDIR%%/applet/GNOME_PythonAppletSample.server +%%EXAMPLESDIR%%/applet/README +%%EXAMPLESDIR%%/applet/applet.py +%%EXAMPLESDIR%%/gnomeprint/README +%%EXAMPLESDIR%%/gnomeprint/example_01.py +%%EXAMPLESDIR%%/gnomeprint/example_02.py +%%EXAMPLESDIR%%/gnomeprint/example_03.py +%%EXAMPLESDIR%%/gnomeprint/example_04.py +%%EXAMPLESDIR%%/gnomeprint/example_05.py +%%EXAMPLESDIR%%/gnomeprint/example_06.py +%%EXAMPLESDIR%%/gnomeprint/example_08.py +%%EXAMPLESDIR%%/gnomeprint/example_09.py +%%EXAMPLESDIR%%/gnomeprint/example_10.glade +%%EXAMPLESDIR%%/gnomeprint/example_10.py +%%EXAMPLESDIR%%/gnomeprint/example_11.py +%%EXAMPLESDIR%%/gnomeprint/sample-image.png +%%EXAMPLESDIR%%/gnomeprint/test-print.py +%%EXAMPLESDIR%%/gtksourceview/test-widget.py +%%EXAMPLESDIR%%/mediaprofiles/profiles.py +%%EXAMPLESDIR%%/nautilusburn/blank_disc.py +%%EXAMPLESDIR%%/nautilusburn/drive_selection.py +%%EXAMPLESDIR%%/nautilusburn/write_iso.py share/pygtk/2.0/defs/applet.defs share/pygtk/2.0/defs/art.defs share/pygtk/2.0/defs/gtksourceview.defs @@ -95,11 +95,11 @@ share/pygtk/2.0/defs/nb_drive_selection.defs share/pygtk/2.0/defs/print.defs share/pygtk/2.0/defs/printui.defs share/pygtk/2.0/defs/wnck.defs -%%PORTDOCS%%@dirrm share/examples/py-gnome/nautilusburn -%%PORTDOCS%%@dirrm share/examples/py-gnome/mediaprofiles -%%PORTDOCS%%@dirrm share/examples/py-gnome/gtksourceview -%%PORTDOCS%%@dirrm share/examples/py-gnome/gnomeprint -%%PORTDOCS%%@dirrm share/examples/py-gnome/applet +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/nautilusburn +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/mediaprofiles +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gtksourceview +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gnomeprint +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/applet %%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtksourceview %%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprintui %%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprint |