aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2013-11-08 20:32:10 +0800
committergarga <garga@FreeBSD.org>2013-11-08 20:32:10 +0800
commitc9066b4e784399709693d97ef69442f540ebe38c (patch)
treed25b62190387a94eeebb974d2290bf1ca7e53079 /editors
parentab939ff728fc219059fafc1bb7e5ba4aece52348 (diff)
downloadfreebsd-ports-gnome-c9066b4e784399709693d97ef69442f540ebe38c.tar.gz
freebsd-ports-gnome-c9066b4e784399709693d97ef69442f540ebe38c.tar.zst
freebsd-ports-gnome-c9066b4e784399709693d97ef69442f540ebe38c.zip
Fix DOCS installation
Diffstat (limited to 'editors')
-rw-r--r--editors/jed/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index 0a34322de5bb..01984340ce6b 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -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