diff options
author | acm <acm@FreeBSD.org> | 2009-01-20 21:40:10 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-20 21:40:10 +0800 |
commit | e31e2b6f7bfda6b57f0ea7f798b74992130d3054 (patch) | |
tree | b4ce86a3209645b5cc1ac12d3293d2787a9ba764 /lang/fpc | |
parent | 8ce00770629bb0f4f5c32be56b0ba63b378d96d8 (diff) | |
download | freebsd-ports-gnome-e31e2b6f7bfda6b57f0ea7f798b74992130d3054.tar.gz freebsd-ports-gnome-e31e2b6f7bfda6b57f0ea7f798b74992130d3054.tar.zst freebsd-ports-gnome-e31e2b6f7bfda6b57f0ea7f798b74992130d3054.zip |
- Remove example files from fpc-gtk1 and fpc-gtk2 ports. It can be
obtained from fpc-source into distfiles directory.
Diffstat (limited to 'lang/fpc')
-rw-r--r-- | lang/fpc/Makefile.units | 2 |
1 files changed, 0 insertions, 2 deletions
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" |