diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-07-20 17:40:01 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-07-20 17:40:01 +0000 |
commit | cf47ccfacdadb0709bbb2e6b6565ab3934563540 (patch) | |
tree | ea4731517e8a989b0494d2b06421cf290fb4b602 /editors | |
parent | 61f22f3e11214c5623a5233ae1129fb7d9103497 (diff) | |
download | ports-cf47ccfacdadb0709bbb2e6b6565ab3934563540.tar.gz ports-cf47ccfacdadb0709bbb2e6b6565ab3934563540.zip |
Notes
Diffstat (limited to 'editors')
-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> |