diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-14 14:19:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-14 14:19:11 +0800 |
commit | a69a649787a476c772d8ea7c7b2c5192f4ca78c7 (patch) | |
tree | 76ddc235d7925a661b09a5d2f8b11db70100e538 /devel | |
parent | d06d9b85df084a76ae68f31982a223cc3043db38 (diff) | |
download | freebsd-ports-gnome-a69a649787a476c772d8ea7c7b2c5192f4ca78c7.tar.gz freebsd-ports-gnome-a69a649787a476c772d8ea7c7b2c5192f4ca78c7.tar.zst freebsd-ports-gnome-a69a649787a476c772d8ea7c7b2c5192f4ca78c7.zip |
[PATCH] devel/py-ui: happify portlint
- Make portlint(1) happy
- Take maintainership
PR: ports/95683
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ui/Makefile | 4 | ||||
-rw-r--r-- | devel/py-ui/pkg-plist | 50 |
2 files changed, 28 insertions, 26 deletions
diff --git a/devel/py-ui/Makefile b/devel/py-ui/Makefile index 937bcf38cabf..a81b5fd9aa13 100644 --- a/devel/py-ui/Makefile +++ b/devel/py-ui/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= pyui PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyui${PORTVERSION:S/.//} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alex@foxybanana.com COMMENT= A user interface library written in Python RUN_DEPENDS= \ @@ -28,6 +28,8 @@ USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS=yes +DOCSDIR= ${LOCALBASE}/share/doc/py-ui + post-install: .if !defined(NOPORTDOCS) @${RM} -rf ${WRKSRC}/docs/CVS diff --git a/devel/py-ui/pkg-plist b/devel/py-ui/pkg-plist index 575e2c3566f0..53020969de97 100644 --- a/devel/py-ui/pkg-plist +++ b/devel/py-ui/pkg-plist @@ -94,31 +94,31 @@ lib/%%PYTHON_VERSION%%/site-packages/pyui/viewer.pyo lib/%%PYTHON_VERSION%%/site-packages/pyui/widgets.py lib/%%PYTHON_VERSION%%/site-packages/pyui/widgets.pyc lib/%%PYTHON_VERSION%%/site-packages/pyui/widgets.pyo -%%PORTDOCS%%share/doc/py-ui/dependencies.jpg -%%PORTDOCS%%share/doc/py-ui/pyui.base.html -%%PORTDOCS%%share/doc/py-ui/pyui.colors.html -%%PORTDOCS%%share/doc/py-ui/pyui.core.html -%%PORTDOCS%%share/doc/py-ui/pyui.database.html -%%PORTDOCS%%share/doc/py-ui/pyui.desktop.html -%%PORTDOCS%%share/doc/py-ui/pyui.dialogs.html -%%PORTDOCS%%share/doc/py-ui/pyui.entry.html -%%PORTDOCS%%share/doc/py-ui/pyui.greenTheme.html -%%PORTDOCS%%share/doc/py-ui/pyui.grid.html -%%PORTDOCS%%share/doc/py-ui/pyui.html -%%PORTDOCS%%share/doc/py-ui/pyui.html.html -%%PORTDOCS%%share/doc/py-ui/pyui.layouts.html -%%PORTDOCS%%share/doc/py-ui/pyui.locals.html -%%PORTDOCS%%share/doc/py-ui/pyui.renderer3d.html -%%PORTDOCS%%share/doc/py-ui/pyui.rendererBase.html -%%PORTDOCS%%share/doc/py-ui/pyui.renderers.openglGlut.html -%%PORTDOCS%%share/doc/py-ui/pyui.renderers.openglPygame.html -%%PORTDOCS%%share/doc/py-ui/pyui.renderers.pygame2D.html -%%PORTDOCS%%share/doc/py-ui/pyui.sheet.html -%%PORTDOCS%%share/doc/py-ui/pyui.theme.html -%%PORTDOCS%%share/doc/py-ui/pyui.tree.html -%%PORTDOCS%%share/doc/py-ui/pyui.viewer.html -%%PORTDOCS%%share/doc/py-ui/pyui.widgets.html -%%PORTDOCS%%@dirrm share/doc/py-ui +%%PORTDOCS%%%%DOCSDIR%%/dependencies.jpg +%%PORTDOCS%%%%DOCSDIR%%/pyui.base.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.colors.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.core.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.database.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.desktop.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.dialogs.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.entry.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.greenTheme.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.grid.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.html.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.layouts.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.locals.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.renderer3d.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.rendererBase.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.renderers.openglGlut.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.renderers.openglPygame.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.renderers.pygame2D.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.sheet.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.theme.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.tree.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.viewer.html +%%PORTDOCS%%%%DOCSDIR%%/pyui.widgets.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/%%PYTHON_VERSION%%/site-packages/pyui/themes @dirrm lib/%%PYTHON_VERSION%%/site-packages/pyui/renderers @dirrm lib/%%PYTHON_VERSION%%/site-packages/pyui |