summaryrefslogtreecommitdiff
path: root/editors/flim113-emacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/flim113-emacs/Makefile')
-rw-r--r--editors/flim113-emacs/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/flim113-emacs/Makefile b/editors/flim113-emacs/Makefile
index 00f6ca37ab4d..9bf76fc9dac5 100644
--- a/editors/flim113-emacs/Makefile
+++ b/editors/flim113-emacs/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: flim-current for emacs
+# New ports collection makefile for: flim-1.13.x for emacs
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
@@ -8,13 +8,15 @@
PORTNAME= flim
PORTVERSION= ${FLIM_VER}
CATEGORIES= editors elisp
-MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \
+MASTER_SITES= ftp://ftp.m17n.org/pub/mule/flim/flim-1.13/ \
+ ftp://ftp.etl.go.jp/pub/mule/flim/flim-1.13/ \
ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.13/ \
ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.13/ \
ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.13/
-MAINTAINER?= shige@FreeBSD.org
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
+MAINTAINER?= shige@FreeBSD.org
+
PORTCLASS?= master
# distfile version
@@ -99,7 +101,7 @@ pre-install:
post-install:
# install package-cookie
- @${MKDIR} -p ${LOCALBASE}/share/flim
+ @${MKDIR} ${LOCALBASE}/share/flim
@${TOUCH} ${LOCALBASE}/share/flim/${FLIM_COOKIE}
.if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES")
@${MAKE} setupel-install
@@ -114,7 +116,6 @@ post-install:
@${MAKE} doc-install
.endif
-
###############################################################################
#
# miscellaneous local functions
@@ -175,7 +176,6 @@ setupel-install:
@${INSTALL_DATA} ${WRKDIR}/${FLIM_SETUPEL} \
${LOCALBASE}/${EMACS_LIBDIR_WITH_VER}/site-lisp
-
info-install:
@(cd ${WRKSRC} ; \
for i in mime-en.info; do \
@@ -196,7 +196,7 @@ info-package-install:
${INSTALL_DATA} ${WRKSRC}/$${i} \
${LOCALBASE}/${EMACS_PACKAGESDIR}/info ; \
done ; \
- ${MKDIR} -p ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
+ ${MKDIR} ${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \
for i in mime-en.texi mime-ja.texi; do \
${INSTALL_DATA} ${WRKSRC}/$${i} \
${LOCALBASE}/${EMACS_PACKAGESDIR}/man/flim ; \