summaryrefslogtreecommitdiff
path: root/editors/psgml
diff options
context:
space:
mode:
Diffstat (limited to 'editors/psgml')
-rw-r--r--editors/psgml/Makefile6
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")