summaryrefslogtreecommitdiff
path: root/editors/wemi-emacs-current/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/wemi-emacs-current/Makefile')
-rw-r--r--editors/wemi-emacs-current/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/wemi-emacs-current/Makefile b/editors/wemi-emacs-current/Makefile
index 44bb106f233e..a76ecc50905d 100644
--- a/editors/wemi-emacs-current/Makefile
+++ b/editors/wemi-emacs-current/Makefile
@@ -1,14 +1,15 @@
# New ports collection makefile for: wemi-current for emacs
-# Version required: 1.13.7
# Date created: 9 May 1999
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= wemi-${WEMI_VER}
+PORTNAME= wemi-${EMACS_PORT}
+PORTVERSION= ${WEMI_VER}
CATEGORIES= editors elisp
MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/wemi/
+DISTNAME= wemi-${WEMI_VER}
MAINTAINER?= shige@FreeBSD.org
@@ -40,7 +41,6 @@ REQUIRE_SETUPEL= YES
ALL_TARGET?= elc
.if defined(EMACS_PORT)
-PKGNAME= wemi-${EMACS_PORT}-${WEMI_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")