diff options
author | garga <garga@FreeBSD.org> | 2010-09-07 21:57:07 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-09-07 21:57:07 +0800 |
commit | 2fb45d844b236672e954daac08beb6125c5e1980 (patch) | |
tree | 72b789f1797fd785038279a5e509c649eedb1f52 /lang/Makefile | |
parent | 1868ac1a0b969a9c5b178f895870b2035771c3b6 (diff) | |
download | freebsd-ports-gnome-2fb45d844b236672e954daac08beb6125c5e1980.tar.gz freebsd-ports-gnome-2fb45d844b236672e954daac08beb6125c5e1980.tar.zst freebsd-ports-gnome-2fb45d844b236672e954daac08beb6125c5e1980.zip |
Rename lang/ficl-devel to lang/ficl, doesn't make sense to have a -devel port
when we don't have a stable one, and since it's using a stable version
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index f43972be6f2a..f256e6b0c2c6 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -70,7 +70,7 @@ SUBDIR += fasm SUBDIR += fbbi SUBDIR += ferite - SUBDIR += ficl-devel + SUBDIR += ficl SUBDIR += fpc SUBDIR += fpc-base SUBDIR += fpc-docs |