diff options
author | reg <reg@FreeBSD.org> | 2000-06-13 14:58:49 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-06-13 14:58:49 +0800 |
commit | 39bf5ae32ca3ec6c078c9f09fe0d0b3b458f58be (patch) | |
tree | 664e621857a891b57b2dbb2235ff350e5d884eca /devel/gettext/Makefile | |
parent | bcd5fda74554dec461c9e51c25e7af0653184bb7 (diff) | |
download | freebsd-ports-gnome-39bf5ae32ca3ec6c078c9f09fe0d0b3b458f58be.tar.gz freebsd-ports-gnome-39bf5ae32ca3ec6c078c9f09fe0d0b3b458f58be.tar.zst freebsd-ports-gnome-39bf5ae32ca3ec6c078c9f09fe0d0b3b458f58be.zip |
Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r-- | devel/gettext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 5fddf32abdea..9510fc6085d4 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -15,7 +15,7 @@ MAINTAINER= reg@FreeBSD.org USE_LIBTOOL= yes -PLIST_SUB= X11BASE=${X11BASE} +PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} pre-configure: ${RM} ${WRKSRC}/doc/gettext.info* |