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/psgml-emacs | |
parent | dfee8150a0d59e2499214056965a4abbe8823b22 (diff) | |
download | ports-935870e192795a0db5cb9ead5131241e4a62f235.tar.gz ports-935870e192795a0db5cb9ead5131241e4a62f235.zip |
Finish converting editors/ to PORTNAME/PORTVERSION.
Notes
Notes:
svn path=/head/; revision=27506
Diffstat (limited to 'editors/psgml-emacs')
-rw-r--r-- | editors/psgml-emacs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/psgml-emacs/Makefile b/editors/psgml-emacs/Makefile index 57519124dbd8..58be165a72b2 100644 --- a/editors/psgml-emacs/Makefile +++ b/editors/psgml-emacs/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") |