From cfccc81b722e8bcfe8a13cba66b9b7fd51669f46 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Tue, 1 Dec 1998 22:38:45 +0000 Subject: Upgrade to 0.10.35, and associated changes. PR: ports/8842 Reviewed by: (maintainer) Submitted by: --- devel/gettext-old/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'devel/gettext-old/Makefile') diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile index 4fe799a33e2b..449c09f0d30a 100644 --- a/devel/gettext-old/Makefile +++ b/devel/gettext-old/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: gettext -# Version required: 0.10 +# Version required: 0.10.35 # Date created: 16 March 1998 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.3 1998/09/23 17:58:38 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/11/18 15:09:35 vanilla Exp $ # -DISTNAME= gettext-0.10 +DISTNAME= gettext-0.10.35 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ftp://alpha.gnu.ai.mit.edu/gnu/ MAINTAINER= Nakai@technologist.com GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gnu-gettext +CONFIGURE_ARGS= i386--freebsd --with-gnu-gettext pre-configure: ${RM} ${WRKSRC}/doc/gettext.info* @@ -23,5 +23,7 @@ post-install: ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir + ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \ + ${PREFIX}/share/gettext/po-mode.el .include -- cgit v1.2.3