From 0b6b26c860cec6ae159b175c8cef926e1fb7722b Mon Sep 17 00:00:00 2001 From: glewis Date: Mon, 8 Mar 2004 17:07:50 +0000 Subject: . Simplify the packing list by using PORTDOCS. Submitted by: Bjoern A. Zeeb (maintainer) --- textproc/xerces-c2-devel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'textproc/xerces-c2-devel/Makefile') diff --git a/textproc/xerces-c2-devel/Makefile b/textproc/xerces-c2-devel/Makefile index c34b469c3ec1..205f7149968c 100644 --- a/textproc/xerces-c2-devel/Makefile +++ b/textproc/xerces-c2-devel/Makefile @@ -104,6 +104,10 @@ SAMPLES_CONFIG_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PLIST_SUB+= NO_SAMPLES="@comment " .endif +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif + pre-everything:: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) @${ECHO} '' -- cgit