Date: Tue, 17 Sep 2002 10:02:57 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/42893: Update port: textproc/aspell Message-ID: <200209171702.g8HH2vNk025320@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42893 >Category: ports >Synopsis: Update port: textproc/aspell >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 17 10:30:10 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Support NOPORTDOCS properly New file: files/patch-Makefile.in No response from mentainer. >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/aspell/Makefile textproc/aspell/Makefile --- /usr/ports/textproc/aspell/Makefile Tue Sep 17 18:03:38 2002 +++ textproc/aspell/Makefile Tue Sep 17 18:42:18 2002 @@ -22,6 +22,7 @@ .endif USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-doc-dir=${DOCSDIR} USE_GMAKE= yes diff -urN /usr/ports/textproc/aspell/files/patch-Makefile.in textproc/aspell/files/patch-Makefile.in --- /usr/ports/textproc/aspell/files/patch-Makefile.in Thu Jan 1 09:00:00 1970 +++ textproc/aspell/files/patch-Makefile.in Tue Sep 17 18:19:32 2002 @@ -0,0 +1,15 @@ +--- Makefile.in.orig Wed Aug 28 17:02:39 2002 ++++ Makefile.in Fri Sep 13 08:09:01 2002 +@@ -97,7 +97,11 @@ + + AUTOMAKE_OPTIONS = foreign + +-SUBDIRS = auto common modules lib examples prog data scripts interfaces manual ++ifndef NOPORTDOCS ++MANUALSUBDIR = manual ++endif ++ ++SUBDIRS = auto common modules lib prog data scripts interfaces $(MANUALSUBDIR) + + EXTRA_DIST = README + subdir = . diff -urN /usr/ports/textproc/aspell/pkg-plist textproc/aspell/pkg-plist --- /usr/ports/textproc/aspell/pkg-plist Tue Sep 17 18:03:38 2002 +++ textproc/aspell/pkg-plist Tue Sep 17 18:30:00 2002 @@ -94,9 +94,9 @@ %%PORTDOCS%%share/doc/aspell/manual.dvi %%PORTDOCS%%share/doc/aspell/manual.tex %%PORTDOCS%%share/doc/aspell/manual2.lyx +%%PORTDOCS%%@dirrm share/doc/aspell/man-text +%%PORTDOCS%%@dirrm share/doc/aspell/man-html +%%PORTDOCS%%@dirrm share/doc/aspell/dev-text +%%PORTDOCS%%@dirrm share/doc/aspell/dev-html +%%PORTDOCS%%@dirrm share/doc/aspell @dirrm include/pspell -@dirrm %%PORTDOCS%%share/doc/aspell/dev-html -@dirrm %%PORTDOCS%%share/doc/aspell/dev-text -@dirrm %%PORTDOCS%%share/doc/aspell/man-html -@dirrm %%PORTDOCS%%share/doc/aspell/man-text -@dirrm %%PORTDOCS%%share/doc/aspell >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209171702.g8HH2vNk025320>