diff options
-rw-r--r-- | devel/makeplus/Makefile | 4 | ||||
-rw-r--r-- | devel/makeplus/pkg-plist | 19 |
2 files changed, 10 insertions, 13 deletions
diff --git a/devel/makeplus/Makefile b/devel/makeplus/Makefile index e01f19847528..747ac74f54c5 100644 --- a/devel/makeplus/Makefile +++ b/devel/makeplus/Makefile @@ -7,7 +7,7 @@ PORTNAME= makeplus PORTVERSION= 0.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.annexia.org/_file/ @@ -17,8 +17,6 @@ COMMENT= Advanced build system for GNU Make BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake -BROKEN= bad plist - USE_GMAKE= yes HAS_CONFIGURE= yes MAKEPLUS_HOME= ${WRKSRC} diff --git a/devel/makeplus/pkg-plist b/devel/makeplus/pkg-plist index 443278d0f9f8..a8092bf6101d 100644 --- a/devel/makeplus/pkg-plist +++ b/devel/makeplus/pkg-plist @@ -1,16 +1,14 @@ -@comment $FreeBSD$ bin/make+ bin/make+-skeleton etc/make+.conf -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ch01.html -%%PORTDOCS%%%%DOCSDIR%%/ch02.html -%%PORTDOCS%%%%DOCSDIR%%/ch03.html -%%PORTDOCS%%%%DOCSDIR%%/ch03s02.html -%%PORTDOCS%%%%DOCSDIR%%/ch03s03.html -%%PORTDOCS%%%%DOCSDIR%%/ch04.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%DOCSDIR%%/README +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/ch02.html +%%DOCSDIR%%/ch03.html +%%DOCSDIR%%/ch03s02.html +%%DOCSDIR%%/ch03s03.html +%%DOCSDIR%%/ch04.html +%%DOCSDIR%%/index.html %%DATADIR%%/README.make+_for_bundles %%DATADIR%%/c.mk %%DATADIR%%/check_funcs.sh @@ -37,4 +35,5 @@ etc/make+.conf %%DATADIR%%/run_tests.sh %%DATADIR%%/test.mk %%DATADIR%%/website.mk +@dirrm %%DOCSDIR%% @dirrm %%DATADIR%% |