summaryrefslogtreecommitdiff
path: root/devel/gettext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r--devel/gettext/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 05c902bd6683..2631f2db3c05 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -3,17 +3,19 @@
# Date created: 16 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.6 1999/01/12 16:50:26 vanilla Exp $
+# $Id: Makefile,v 1.7 1999/03/08 07:28:22 asami Exp $
#
DISTNAME= gettext-0.10.35
CATEGORIES= devel
-MASTER_SITES= ftp://alpha.gnu.ai.mit.edu/gnu/
+MASTER_SITES= ftp://alpha.gnu.ai.mit.edu/gnu/ \
+ ftp://alpha.gnu.org/pub/gnu
MAINTAINER= nacai@iname.com
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-gnu-gettext
+
+PLIST_SUB= X11BASE=${X11BASE}
pre-configure:
${RM} ${WRKSRC}/doc/gettext.info*
@@ -25,5 +27,6 @@ post-install:
@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
${PREFIX}/share/gettext/po-mode.el
+ ${MKDIR} ${X11BASE}/share/locale
.include <bsd.port.mk>