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/wemi-emacs | |
parent | dfee8150a0d59e2499214056965a4abbe8823b22 (diff) | |
download | ports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz ports-935870e192795a0db5cb9ead5131241e4a62f235.zip |
Notes
Diffstat (limited to 'editors/wemi-emacs')
-rw-r--r-- | editors/wemi-emacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <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/ \ ${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") |