diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-02-05 23:04:13 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-02-05 23:04:13 +0800 |
commit | a22e1b77c1badddd47e885498428a0f8316f1cae (patch) | |
tree | 2a90aefe4ae0fe7109f2397aa7c5f7248d561778 /lang/ici | |
parent | f0bb890015e845b8b7424872cf4c48e105d620e7 (diff) | |
download | freebsd-ports-gnome-a22e1b77c1badddd47e885498428a0f8316f1cae.tar.gz freebsd-ports-gnome-a22e1b77c1badddd47e885498428a0f8316f1cae.tar.zst freebsd-ports-gnome-a22e1b77c1badddd47e885498428a0f8316f1cae.zip |
Some style fixes in the lang category (usual round of spaces -> tabs)
Diffstat (limited to 'lang/ici')
-rw-r--r-- | lang/ici/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ici/Makefile b/lang/ici/Makefile index bd5056609086..c840c3652c67 100644 --- a/lang/ici/Makefile +++ b/lang/ici/Makefile @@ -18,14 +18,14 @@ MAKEFILE= Makefile.bsd MAN1= ici.1 MANCOMPRESSED= yes -ICIHDRS= alloc.h array.h buf.h catch.h conf-bsd.h exec.h file.h float.h \ +ICIHDRS= alloc.h array.h buf.h catch.h conf-bsd.h exec.h file.h float.h \ forall.h func.h fwd.h int.h mark.h mem.h null.h object.h op.h \ parse.h pc.h primes.h ptr.h re.h set.h skt.h src.h str.h struct.h \ trace.h win.h wrap.h -ICIPCREHDRS= pcre/internal.h pcre/pcre.h +ICIPCREHDRS= pcre/internal.h pcre/pcre.h -ICIDOCS= doc/ici-a4.ps doc/ici-ltr.ps doc/ici.txt doc/ici.pdf +ICIDOCS= doc/ici-a4.ps doc/ici-ltr.ps doc/ici.txt doc/ici.pdf do-install: cd ${WRKSRC} && ${MAKE} -f ${MAKEFILE} libici.a |