View | Details | Raw Unified | Return to bug 42893
Collapse All | Expand All

(-)textproc/aspell/Makefile (+1 lines)
Lines 22-27 Link Here
22
.endif
22
.endif
23
23
24
USE_LIBTOOL=	yes
24
USE_LIBTOOL=	yes
25
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
25
CONFIGURE_ARGS=	--enable-dict-dir=${DATADIR} \
26
CONFIGURE_ARGS=	--enable-dict-dir=${DATADIR} \
26
		--enable-doc-dir=${DOCSDIR}
27
		--enable-doc-dir=${DOCSDIR}
27
USE_GMAKE=	yes
28
USE_GMAKE=	yes
(-)textproc/aspell/files/patch-Makefile.in (+15 lines)
Line 0 Link Here
1
--- Makefile.in.orig	Wed Aug 28 17:02:39 2002
2
+++ Makefile.in	Fri Sep 13 08:09:01 2002
3
@@ -97,7 +97,11 @@
4
 
5
 AUTOMAKE_OPTIONS = foreign
6
 
7
-SUBDIRS = auto common modules lib examples prog data scripts interfaces manual
8
+ifndef NOPORTDOCS
9
+MANUALSUBDIR = manual
10
+endif
11
+
12
+SUBDIRS = auto common modules lib prog data scripts interfaces $(MANUALSUBDIR)
13
 
14
 EXTRA_DIST = README
15
 subdir = .
(-)textproc/aspell/pkg-plist (-5 / +5 lines)
Lines 94-102 Link Here
94
%%PORTDOCS%%share/doc/aspell/manual.dvi
94
%%PORTDOCS%%share/doc/aspell/manual.dvi
95
%%PORTDOCS%%share/doc/aspell/manual.tex
95
%%PORTDOCS%%share/doc/aspell/manual.tex
96
%%PORTDOCS%%share/doc/aspell/manual2.lyx
96
%%PORTDOCS%%share/doc/aspell/manual2.lyx
97
%%PORTDOCS%%@dirrm share/doc/aspell/man-text
98
%%PORTDOCS%%@dirrm share/doc/aspell/man-html
99
%%PORTDOCS%%@dirrm share/doc/aspell/dev-text
100
%%PORTDOCS%%@dirrm share/doc/aspell/dev-html
101
%%PORTDOCS%%@dirrm share/doc/aspell
97
@dirrm include/pspell
102
@dirrm include/pspell
98
@dirrm %%PORTDOCS%%share/doc/aspell/dev-html
99
@dirrm %%PORTDOCS%%share/doc/aspell/dev-text
100
@dirrm %%PORTDOCS%%share/doc/aspell/man-html
101
@dirrm %%PORTDOCS%%share/doc/aspell/man-text
102
@dirrm %%PORTDOCS%%share/doc/aspell

Return to bug 42893