aboutsummaryrefslogtreecommitdiff
path: root/editors/semi113
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/semi113
parentdfee8150a0d59e2499214056965a4abbe8823b22 (diff)
downloadports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz
ports-935870e192795a0db5cb9ead5131241e4a62f235.zip
Finish converting editors/ to PORTNAME/PORTVERSION.
Notes
Notes: svn path=/head/; revision=27506
Diffstat (limited to 'editors/semi113')
-rw-r--r--editors/semi113/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/semi113/Makefile b/editors/semi113/Makefile
index 50a7ee31e75f..f37fae3164a5 100644
--- a/editors/semi113/Makefile
+++ b/editors/semi113/Makefile
@@ -1,17 +1,18 @@
# New ports collection makefile for: semi-current for emacs
-# Version required: 1.13.7
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= semi-${SEMI_VER}
+PORTNAME= semi-${EMACS_PORT}
+PORTVERSION= ${SEMI_VER}
CATEGORIES= editors elisp
MASTER_SITES= 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/
+DISTNAME= semi-${SEMI_VER}
MAINTAINER?= shige@FreeBSD.org
@@ -42,7 +43,6 @@ REQUIRE_SETUPEL= YES
ALL_TARGET?= elc
.if defined(EMACS_PORT)
-PKGNAME= semi-${EMACS_PORT}-${SEMI_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")