From e31e2b6f7bfda6b57f0ea7f798b74992130d3054 Mon Sep 17 00:00:00 2001 From: acm Date: Tue, 20 Jan 2009 13:40:10 +0000 Subject: - Remove example files from fpc-gtk1 and fpc-gtk2 ports. It can be obtained from fpc-source into distfiles directory. --- lang/fpc/Makefile.units | 2 -- 1 file changed, 2 deletions(-) (limited to 'lang/fpc') diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units index 0014c7be48d6..733a984c330f 100644 --- a/lang/fpc/Makefile.units +++ b/lang/fpc/Makefile.units @@ -119,7 +119,6 @@ LIB_DEPENDS= ggi:${PORTSDIR}/graphics/libggi .include <${PORTSDIR}/Mk/bsd.gnome.mk> USE_GNOME= gtk12 . endif -HAVE_EXAMPLES= true OPT+=-Fu${WRKDIR}/${WRKUNITDIR}/* .endif @@ -128,7 +127,6 @@ OPT+=-Fu${WRKDIR}/${WRKUNITDIR}/* .include <${PORTSDIR}/Mk/bsd.gnome.mk> USE_GNOME= gtk20 . endif -HAVE_EXAMPLES= true .endif .if ${PKGNAMESUFFIX} == "-httpd13" -- cgit