diff options
author | danfe <danfe@FreeBSD.org> | 2009-08-20 06:06:21 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-08-20 06:06:21 +0800 |
commit | eed36f0b6dff03961de7795bf70a10bb060605f2 (patch) | |
tree | 492c08a88facc01d2cc65ee2711f989aed1596bb /graphics | |
parent | f2b5091a17eebf79baf87eac05c2e58a513cd56d (diff) | |
download | freebsd-ports-gnome-eed36f0b6dff03961de7795bf70a10bb060605f2.tar.gz freebsd-ports-gnome-eed36f0b6dff03961de7795bf70a10bb060605f2.tar.zst freebsd-ports-gnome-eed36f0b6dff03961de7795bf70a10bb060605f2.zip |
Fix plist when built with NOPORTDOCS: install tutorial unconditionally,
since it's used as internal help file.
Reported by: QAT
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giram/Makefile | 1 | ||||
-rw-r--r-- | graphics/giram/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 109bdafec669..6bcebc4ef142 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -43,7 +43,6 @@ RUN_DEPENDS+= povray:${PORTSDIR}/graphics/povray .endif MAN1= giram.1 -PORTDOCS= Tutorial post-patch: @${REINPLACE_CMD} -e '36s,static ,,' ${WRKSRC}/src/tools/tool_disc.c diff --git a/graphics/giram/pkg-plist b/graphics/giram/pkg-plist index adeefc27b7d5..f1605a0bbe33 100644 --- a/graphics/giram/pkg-plist +++ b/graphics/giram/pkg-plist @@ -37,6 +37,7 @@ lib/giram/0.3/user_install libexec/giram/plug-ins/Box libexec/giram/plug-ins/Rotate libexec/giram/plug-ins/Spheres +%%DOCSDIR%%/Tutorial %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Cone.pov %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Disc.pov %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Giram.pov @@ -88,6 +89,7 @@ share/locale/tr/LC_MESSAGES/giram.mo share/locale/uk/LC_MESSAGES/giram.mo share/locale/zh_CN/LC_MESSAGES/giram.mo share/locale/zh_TW/LC_MESSAGES/giram.mo +@dirrm %%DOCSDIR%% @dirrm libexec/giram/plug-ins @dirrm libexec/giram @dirrm lib/giram/0.3/tips |