aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gettext-old/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gettext-old/Makefile')
-rw-r--r--devel/gettext-old/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile
index c9c2776b1eef..7d3ec04418d8 100644
--- a/devel/gettext-old/Makefile
+++ b/devel/gettext-old/Makefile
@@ -7,26 +7,26 @@
PORTNAME= gettext
PORTVERSION= 0.10.35
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
-MAINTAINER= reg@FreeBSD.org
+MAINTAINER= portmgr@FreeBSD.org
-USE_LIBTOOL= yes
-INSTALLS_SHLIB= yes
+#BROKEN= "De-orbit burn sequence initiated"
-PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --disable-shared
pre-configure:
${RM} ${WRKSRC}/doc/gettext.info*
-post-install:
- @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
- ${MKDIR} ${PREFIX}/share/emacs/site-lisp
- ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
- ${PREFIX}/share/emacs/site-lisp/po-mode.el
- ${MKDIR} ${X11BASE}/share/locale
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/misc/gettextize \
+ ${PREFIX}/bin/gettextize-old
+.for file in gettext msgcmp msgcomm msgfmt msgmerge msgunfmt xgettext
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin/${file}-old
+.endfor
.include <bsd.port.mk>