1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Unbreak by fixing plist

This commit is contained in:
Dmitry Marakasov 2008-08-22 19:47:30 +00:00
parent 887f9f0baf
commit af5cb6cae1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219011
2 changed files with 10 additions and 13 deletions

View File

@ -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}

View File

@ -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%%