diff options
author | araujo <araujo@FreeBSD.org> | 2008-07-21 01:40:01 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-07-21 01:40:01 +0800 |
commit | b7cc559b0d23ca587b6174e3a4eb4ad189772414 (patch) | |
tree | 84ebe9fb5f484af0ec203c81adac5452939e6d6c /editors/xemacs | |
parent | 67a2b102547932bc34a65197c701705a55c1f3a7 (diff) | |
download | freebsd-ports-gnome-b7cc559b0d23ca587b6174e3a4eb4ad189772414.tar.gz freebsd-ports-gnome-b7cc559b0d23ca587b6174e3a4eb4ad189772414.tar.zst freebsd-ports-gnome-b7cc559b0d23ca587b6174e3a4eb4ad189772414.zip |
- Pass maintainership to submitter.
- Make a little improve in PLIST_SUB.
PR: ports/125643
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index ec9ee8ea06e9..6e5424a6097b 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -8,14 +8,14 @@ PORTNAME= xemacs PORTVERSION= ${XEMACS_VER} PORTREVISION= 2 -CATEGORIES+= editors +CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS} MASTER_SITE_SUBDIR= xemacs-${XEMACS_REL} DISTNAME= xemacs-${XEMACS_VER} DIST_SUBDIR= xemacs -MAINTAINER?= ports@FreeBSD.org -COMMENT?= This port tracks the stable version of the XEmacs text editor +MAINTAINER= pgollucci@p6m7g8.com +COMMENT= This port tracks the stable version of the XEmacs text editor CONFLICTS= emacs-19.* emacs-21.* emacs-22.* \ xemacs-devel-[0-9]* \ @@ -59,8 +59,7 @@ INFO= xemacs-${XEMACS_VER}/cl \ xemacs-${XEMACS_VER}/xemacs ALL_TARGET= all dist -PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} \ - LOCALBASE=${LOCALBASE} +PLIST_SUB+= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} .include <bsd.port.pre.mk> |