From 1b0fd1c7e499af4e346f388fdba5cab04f081294 Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Mon, 22 Oct 2001 18:49:58 +0000 Subject: Fix depend-directory(port name) after repo-copy. --- editors/semi113/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'editors/semi113/Makefile') diff --git a/editors/semi113/Makefile b/editors/semi113/Makefile index 64e742c6ccc8..838d576a69bf 100644 --- a/editors/semi113/Makefile +++ b/editors/semi113/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: semi-current for emacs +# New ports collection makefile for: semi-1.13.x for emacs # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA # @@ -8,7 +8,8 @@ PORTNAME= semi PORTVERSION= ${SEMI_VER} CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ +MASTER_SITES= ftp://ftp.m17n.org/pub/mule/semi/semi-1.13-for-flim-1.13/ \ + ftp://ftp.etl.go.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.win.or.jp/pub/word/mule/semi/semi-1.13-for-flim-1.13/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/semi/semi-1.13-for-flim-1.13/ @@ -19,6 +20,7 @@ MAINTAINER?= shige@FreeBSD.org PORTCLASS?= master # distfile version +FLIM_TRUNK= 1.13 FLIM_VER= 1.13.2 SEMI_VER= 1.13.7 # setupel filename @@ -46,8 +48,8 @@ PLIST_SUB+= SEMIDOCDIR=${SEMIDOCDIR} SEMI_SETUPEL=${SEMI_SETUPEL} \ .if defined(EMACS_PORT_NAME) # depends on flim -BUILD_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim-${EMACS_PORT_NAME}-current -RUN_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim-${EMACS_PORT_NAME}-current +BUILD_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${FLIM_TRUNK:S/.//}-${EMACS_PORT_NAME} +RUN_DEPENDS+= ${LOCALBASE}/share/flim/${FLIM_COOKIE}:${PORTSDIR}/editors/flim${FLIM_TRUNK:S/.//}-${EMACS_PORT_NAME} .else .BEGIN: @${ECHO} "Error: Bad port." -- cgit v1.2.3