diff options
author | maho <maho@FreeBSD.org> | 2005-10-30 07:38:21 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-10-30 07:38:21 +0000 |
commit | 137acfa4dacf8f019408c8bc07fd6cf4ae1e4634 (patch) | |
tree | a86301a66afcb11e521ab944ccfb4adcc3f290da /graphics | |
parent | 28f56c89b68ccf5c2164f384b2ce0d1f2637c5de (diff) | |
download | FreeBSD-ports-137acfa4dacf8f019408c8bc07fd6cf4ae1e4634.zip FreeBSD-ports-137acfa4dacf8f019408c8bc07fd6cf4ae1e4634.tar.gz |
Unbreak by fixing incomplete pkg-plist
Submitted by: kris and linimon
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/megapov/Makefile | 2 | ||||
-rw-r--r-- | graphics/megapov/pkg-plist | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index 2e73d07..6d9bce0 100644 --- a/graphics/megapov/Makefile +++ b/graphics/megapov/Makefile @@ -21,8 +21,6 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff \ vga:${PORTSDIR}/graphics/svgalib -BROKEN= Incomplete pkg-plist - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XLIB= yes USE_REINPLACE= yes diff --git a/graphics/megapov/pkg-plist b/graphics/megapov/pkg-plist index 07edc67..ac9b5c3 100644 --- a/graphics/megapov/pkg-plist +++ b/graphics/megapov/pkg-plist @@ -178,6 +178,11 @@ bin/megapov %%PORTDOCS%%%%DOCSDIR%%/povlegal.doc %%PORTDOCS%%%%DOCSDIR%%/source-license.txt %%PORTDOCS%%%%DOCSDIR%%/distribution-license.txt +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/msim_tut +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/icons +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/img +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%%%EXAMPLESDIR%%/include/mp_types.inc %%PORTDOCS%%%%EXAMPLESDIR%%/include/pprocess.inc %%PORTDOCS%%%%EXAMPLESDIR%%/include/mp_consts.inc |