diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 06:21:02 +0000 |
commit | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (patch) | |
tree | 5f163ac2fbca7213d2dcb72a7ee63a062386794d /editors/custom-emacs | |
parent | 0ea083c38191c42dceadbe34e683b134593d8d8d (diff) | |
download | FreeBSD-ports-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.zip FreeBSD-ports-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.gz |
Finish converting editors/ to PORTNAME/PORTVERSION.
Diffstat (limited to 'editors/custom-emacs')
-rw-r--r-- | editors/custom-emacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/custom-emacs/Makefile b/editors/custom-emacs/Makefile index 931a0a8..ea10d68 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") |