From 935870e192795a0db5cb9ead5131241e4a62f235 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 14 Apr 2000 06:21:02 +0000 Subject: Finish converting editors/ to PORTNAME/PORTVERSION. --- editors/wemi-emacs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/wemi-emacs') diff --git a/editors/wemi-emacs/Makefile b/editors/wemi-emacs/Makefile index 9cf2e1214908..5e93a88bc591 100644 --- a/editors/wemi-emacs/Makefile +++ b/editors/wemi-emacs/Makefile @@ -1,16 +1,17 @@ # New ports collection makefile for: wemi for emacs -# Version required: 1.13.4 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA # # $FreeBSD$ # -DISTNAME= wemi-${WEMI_VER} +PORTNAME= wemi-${EMACS_PORT} +PORTVERSION= ${WEMI_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/wemi/ \ ${MASTER_SITE_PORTS_JP} \ http://people.FreeBSD.org/~shige/ports/distfiles/ +DISTNAME= wemi-${WEMI_VER} MAINTAINER?= shige@FreeBSD.org @@ -42,7 +43,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") -- cgit v1.2.3