mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove @dirrm from five textproc ports (plus general cleanup)
This commit is contained in:
parent
f4a5e70072
commit
242e23680e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371002
8 changed files with 6 additions and 29 deletions
|
@ -166,6 +166,3 @@ lib/opentoken/opentoken-token-sequence.ali
|
|||
lib/opentoken/opentoken-token-sequence_mixin.ali
|
||||
lib/opentoken/opentoken-token.ali
|
||||
lib/opentoken/opentoken.ali
|
||||
@dirrm lib/opentoken
|
||||
@dirrmtry lib/gnat
|
||||
@dirrm include/opentoken
|
||||
|
|
|
@ -62,8 +62,3 @@ lib/templates_parser/templates_parser-xml.ali
|
|||
lib/templates_parser/templates_parser.ali
|
||||
lib/templates_parser/templates_parser_tasking__standard_tasking.ali
|
||||
share/gpr/templates_parser.gpr
|
||||
@dirrm include/templates_parser
|
||||
@dirrm include/templates_parser.relocatable
|
||||
@dirrm lib/templates_parser
|
||||
@dirrm lib/templates_parser.relocatable
|
||||
@dirrmtry share/gpr
|
||||
|
|
|
@ -20,7 +20,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|||
|
||||
USES= ada zip
|
||||
NO_WRKSUBDIR= yes
|
||||
GNATMAKE= env ${MAKE_ENV} gnatmake
|
||||
GNATMAKE= ${SETENV} ${MAKE_ENV} gnatmake
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -6,7 +6,5 @@
|
|||
%%DATADIR%%/INFLECTS.SEC
|
||||
%%DATADIR%%/ADDONS.LAT
|
||||
%%DATADIR%%/UNIQUES.LAT
|
||||
@dirrm %%DATADIR%%
|
||||
bin/words
|
||||
%%PORTDOCS%%%%DOCSDIR%%/wordsdoc.htm
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
|
|
@ -5,7 +5,7 @@ PORTNAME= xml_ez_out
|
|||
PORTVERSION= 1.06
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.mckae.com/xml_ezout/
|
||||
DISTFILES= ${PORTNAME}_${PORTVERSION}.tgz
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= marino@FreeBSD.org
|
||||
COMMENT= Library for emitting XML from Ada programs
|
||||
|
@ -13,8 +13,8 @@ COMMENT= Library for emitting XML from Ada programs
|
|||
LICENSE= GPLv2 GMGPL
|
||||
LICENSE_COMB= multi
|
||||
|
||||
USES= ada dos2unix
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USES= ada dos2unix tar:tgz
|
||||
WRKSRC= ${WRKDIR}/xml_ez_out
|
||||
BUILD_WRKSRC= ${WRKSRC}/mckae
|
||||
PORTDOCS= README
|
||||
PORTEXAMPLES= example.gpr tmeztf.adb runme.sh
|
||||
|
|
|
@ -15,6 +15,3 @@ lib/xml_ez_out/mckae-xml-ez_out.ali
|
|||
lib/xml_ez_out/mckae-xml.ali
|
||||
lib/xml_ez_out/mckae.ali
|
||||
lib/xml_ez_out/tmeztf.ali
|
||||
@dirrm lib/xml_ez_out
|
||||
@dirrmtry lib/gnat
|
||||
@dirrm include/xml_ez_out
|
||||
|
|
|
@ -43,8 +43,8 @@ post-patch:
|
|||
do-build:
|
||||
# Override build target to avoid -jX getting passed to makefile
|
||||
# Parallel builds are handled with PROCESSORS setting
|
||||
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
|
||||
${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET}
|
||||
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
|
||||
${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET})
|
||||
|
||||
post-install:
|
||||
${RM} -rf ${STAGEDIR}${PREFIX}/share/doc/xmlada/_sources
|
||||
|
|
|
@ -548,13 +548,3 @@ lib/xmlada/static/unicode.ali
|
|||
%%PORTDOCS%%%%DOCSDIR%%/unicode.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/using.html
|
||||
share/gps/plug-ins/xmlada_gps.py
|
||||
@dirrm include/xmlada
|
||||
@dirrm lib/gnat/xmlada
|
||||
@dirrmtry lib/gnat
|
||||
@dirrm lib/xmlada/relocatable
|
||||
@dirrm lib/xmlada/static
|
||||
@dirrm lib/xmlada
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrmtry share/gps/plug-ins
|
||||
@dirrmtry share/gps
|
||||
|
|
Loading…
Add table
Reference in a new issue