diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-06-13 06:58:49 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-06-13 06:58:49 +0000 |
commit | 79e24ee31ac85c8c6a1c51321d6d3fd075f13141 (patch) | |
tree | c464ff65ad7d0ddffde72a62518d2069b6642db2 /devel/gettext-old/Makefile | |
parent | Revert previous commit. That cannot fix CFLAGS problem. (diff) |
Cleanup share/locale in PREFIX, LOCALBASE and X11BASE.
Diffstat (limited to 'devel/gettext-old/Makefile')
-rw-r--r-- | devel/gettext-old/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile index 5fddf32abdea..9510fc6085d4 100644 --- a/devel/gettext-old/Makefile +++ b/devel/gettext-old/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* |