diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 14:21:02 +0800 |
commit | bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9 (patch) | |
tree | 5f163ac2fbca7213d2dcb72a7ee63a062386794d /editors/psgml | |
parent | 0ea083c38191c42dceadbe34e683b134593d8d8d (diff) | |
download | freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.gz freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.tar.zst freebsd-ports-gnome-bd7c26fd475b83cf08e572e12b2d6e9f8af4d3b9.zip |
Finish converting editors/ to PORTNAME/PORTVERSION.
Diffstat (limited to 'editors/psgml')
-rw-r--r-- | editors/psgml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index 57519124dbd8..58be165a72b2 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: psgml for emacs -# Version required: 1.2.0 # Date created: 23 January 1999 # Whom: shige # # $FreeBSD$ # -DISTNAME= psgml-${PSGML_VER} +PORTNAME= psgml-${EMACS_PORT} +PORTVERSION= ${PSGML_VER} CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ +DISTNAME= psgml-${PSGML_VER} MAINTAINER?= shige@FreeBSD.org @@ -36,7 +37,6 @@ HAS_COMMON_PORT= NO # emacs ports setup # .if defined(EMACS_PORT) -PKGNAME= psgml-${EMACS_PORT}-${PSGML_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") |