diff options
author | marino <marino@FreeBSD.org> | 2014-10-16 18:36:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-16 18:36:14 +0800 |
commit | 1a2ab78d5535158c93c4f4ebdb3872d2781fc80f (patch) | |
tree | e4f0b9fe9e19863e2a9c9a35da5f38e6656fcadf /devel/ahven | |
parent | 6920a63615459057bfaba90525f03da66d2335c0 (diff) | |
download | freebsd-ports-gnome-1a2ab78d5535158c93c4f4ebdb3872d2781fc80f.tar.gz freebsd-ports-gnome-1a2ab78d5535158c93c4f4ebdb3872d2781fc80f.tar.zst freebsd-ports-gnome-1a2ab78d5535158c93c4f4ebdb3872d2781fc80f.zip |
marino 12 devel ports: Remove @dirrm, tend install commands, plus
The main purpose of this commit is to remove @dirrm from the pkg-plist of
some of my ports in devel category. While here, also:
* Unmask some commands
* Use parenthesis on compound commands for multi-job support
* Add a license in one case
* USES=python conversion in one case
* Add WWW and reformat description in one case
* Respect 80-columns
Diffstat (limited to 'devel/ahven')
-rw-r--r-- | devel/ahven/Makefile | 6 | ||||
-rw-r--r-- | devel/ahven/pkg-plist | 7 |
2 files changed, 3 insertions, 10 deletions
diff --git a/devel/ahven/Makefile b/devel/ahven/Makefile index e2befb1ab1d1..35bba8bed99a 100644 --- a/devel/ahven/Makefile +++ b/devel/ahven/Makefile @@ -28,7 +28,7 @@ TRACE_DESC= Build with GNAT-specific symbolic tracing functionality .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -USE_PYTHON= yes +USES+= python:build BUILD_DEPENDS+= sphinx-build:${PORTSDIR}/textproc/py-sphinx \ ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-adadomain>0:${PORTSDIR}/textproc/py-sphinxcontrib-adadomain ALL_TARGET+= docs @@ -39,7 +39,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-src_ahven-framework.adb .endif post-install: - @${RM} -rf ${STAGEDIR}${PREFIX}/share/doc/ahven/html/_sources - @${RM} ${STAGEDIR}${PREFIX}/share/doc/ahven/html/.buildinfo + ${RM} -rf ${STAGEDIR}${PREFIX}/share/doc/ahven/html/_sources + ${RM} ${STAGEDIR}${PREFIX}/share/doc/ahven/html/.buildinfo .include <bsd.port.mk> diff --git a/devel/ahven/pkg-plist b/devel/ahven/pkg-plist index a6415e760faf..98fadfb1dae7 100644 --- a/devel/ahven/pkg-plist +++ b/devel/ahven/pkg-plist @@ -82,10 +82,3 @@ lib/gnat/ahven.gpr %%PORTDOCS%%%%DOCSDIR%%/html/objects.inv %%PORTDOCS%%%%DOCSDIR%%/html/search.html %%PORTDOCS%%%%DOCSDIR%%/html/searchindex.js -@dirrm include/ahven -@dirrm lib/ahven -@dirrmtry lib/gnat -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/_static -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrmtry share/doc |