summaryrefslogtreecommitdiff
path: root/editors/custom-emacs
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/custom-emacs
parentConvert to PORTNAME/PORTVERSION. (diff)
Finish converting editors/ to PORTNAME/PORTVERSION.
Notes
Notes: svn path=/head/; revision=27506
Diffstat (limited to 'editors/custom-emacs')
-rw-r--r--editors/custom-emacs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/custom-emacs/Makefile b/editors/custom-emacs/Makefile
index 931a0a80f77f..ea10d6836f85 100644
--- a/editors/custom-emacs/Makefile
+++ b/editors/custom-emacs/Makefile
@@ -1,15 +1,16 @@
# New ports collection makefile for: custom for emacs
-# Version required: 1.9962
# Date created: 27 December 1998
# Whom: shige
#
# $FreeBSD$
#
-DISTNAME= custom-${CUSTOM_VER}
+PORTNAME= custom-${EMACS_PORT}
+PORTVERSION= ${CUSTOM_VER}
CATEGORIES= editors elisp
MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/custom/ \
ftp://ftp.win.ne.jp/pub/word/elisp/
+DISTNAME= custom-${CUSTOM_VER}
MAINTAINER?= shige@FreeBSD.org
@@ -31,7 +32,6 @@ HAVE_COMMON_PORT= NO
.endif
.if defined(EMACS_PORT)
-PKGNAME= custom-${EMACS_PORT}-${CUSTOM_VER}
EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER}
BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
.if defined(HAVE_COMMON_PORT) && (${HAVE_COMMON_PORT} == "YES")