1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix DOCS installation

This commit is contained in:
Renato Botelho 2013-11-08 12:32:10 +00:00
parent 02199851af
commit ef24d088d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333210

View File

@ -34,12 +34,6 @@ CONFIGURE_ENV+= JED_ROOT=${PREFIX}/lib/jed
PORTDOCS= *
MAKE_ENV+= DEST_DOC_DIR=${STAGEDIR}${DOCSDIR}
.if empty(PORT_OPTIONS:MDOCS)
MAKE_ENV+= JED_DOC_FILES="" \
JED_DOC_TXT_FILES="" \
JED_DOC_HLP_FILES="" \
JED_DOC_MAN_FILES=""
.endif
ALL_TARGET= all getmail
@ -58,8 +52,6 @@ post-patch:
-e 's,\.\./info/\*,,' \
-e 's,^\(JED_DOC_.*FILES\) =,\1 \?=,g' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e '/MKINSDIR.*DEST_DOC_DIR/d' \
${WRKSRC}/src/Makefile.in
.if empty(PORT_OPTIONS:MPERMS)
@${REINPLACE_CMD} 's|jed_file_is_readonly (file, 1)|jed_file_is_readonly (file, 0)|' ${WRKSRC}/src/file.c
.endif