aboutsummaryrefslogtreecommitdiff
path: root/editors/flim
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 06:21:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 06:21:02 +0000
commit935870e192795a0db5cb9ead5131241e4a62f235 (patch)
tree101b6d1e85bc4571a69034476a24d8cade51daf6 /editors/flim
parentdfee8150a0d59e2499214056965a4abbe8823b22 (diff)
downloadports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz
ports-935870e192795a0db5cb9ead5131241e4a62f235.zip
Notes
Diffstat (limited to 'editors/flim')
-rw-r--r--editors/flim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/flim/Makefile b/editors/flim/Makefile
index a35ee3ae6c3e..75b435e7ccee 100644
--- a/editors/flim/Makefile
+++ b/editors/flim/Makefile
@@ -1,18 +1,19 @@
# New ports collection makefile for: flim-current for emacs
-# Version required: 1.13.2
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= flim-${FLIM_VER}
+PORTNAME= flim-${EMACS_PORT}
+PORTVERSION= ${FLIM_VER}
CATEGORIES= editors elisp
MASTER_SITES= 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
+DISTNAME= flim-${FLIM_VER}
PORTCLASS?= master
@@ -39,7 +40,6 @@ REQUIRE_SETUPEL= YES
ALL_TARGET?= elc
.if defined(EMACS_PORT)
-PKGNAME= flim-${EMACS_PORT}-${FLIM_VER}
EMACS_CMD?= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
BUILD_DEPENDS+= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
.if defined(HAS_COMMON_PORT) && (${HAS_COMMON_PORT} == "YES")