diff options
author | maho <maho@FreeBSD.org> | 2005-10-30 15:38:21 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-10-30 15:38:21 +0800 |
commit | 137acfa4dacf8f019408c8bc07fd6cf4ae1e4634 (patch) | |
tree | a86301a66afcb11e521ab944ccfb4adcc3f290da | |
parent | 28f56c89b68ccf5c2164f384b2ce0d1f2637c5de (diff) | |
download | freebsd-ports-gnome-137acfa4dacf8f019408c8bc07fd6cf4ae1e4634.tar.gz freebsd-ports-gnome-137acfa4dacf8f019408c8bc07fd6cf4ae1e4634.tar.zst freebsd-ports-gnome-137acfa4dacf8f019408c8bc07fd6cf4ae1e4634.zip |
Unbreak by fixing incomplete pkg-plist
Submitted by: kris and linimon
-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 2e73d07a3369..6d9bce0c35e6 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 07edc674ad65..ac9b5c3d182c 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 |