diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
commit | 935870e192795a0db5cb9ead5131241e4a62f235 (patch) | |
tree | 101b6d1e85bc4571a69034476a24d8cade51daf6 /editors/flim-emacs | |
parent | dfee8150a0d59e2499214056965a4abbe8823b22 (diff) | |
download | ports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz ports-935870e192795a0db5cb9ead5131241e4a62f235.zip |
Notes
Diffstat (limited to 'editors/flim-emacs')
-rw-r--r-- | editors/flim-emacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/flim-emacs/Makefile b/editors/flim-emacs/Makefile index fda4a099c159..a1f2e4fb22dd 100644 --- a/editors/flim-emacs/Makefile +++ b/editors/flim-emacs/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: flim for emacs -# Version required: 1.12.7 # 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.12/ \ ftp://ftp.media.kyoto-u.ac.jp/pub/mule/flim/flim-1.12/ \ ftp://ftp.win.or.jp/pub/word/mule/flim/flim-1.12/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/emacs/mule/flim/flim-1.12/ 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") |