Fri Dec 17 16:47:32 2010 UTC ()
Taking maintainership, after an offer from Masao Uebayasi.


(hauke)
diff -r1.95 -r1.96 pkgsrc/editors/xemacs/Makefile

cvs diff -r1.95 -r1.96 pkgsrc/editors/xemacs/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/xemacs/Makefile 2010/12/16 17:45:12 1.95
+++ pkgsrc/editors/xemacs/Makefile 2010/12/17 16:47:32 1.96
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.95 2010/12/16 17:45:12 hauke Exp $ 1# $NetBSD: Makefile,v 1.96 2010/12/17 16:47:32 hauke Exp $
2 2
3PKGNAME?= ${DISTNAME} 3PKGNAME?= ${DISTNAME}
4COMMENT?= XEmacs text editor version 21 4COMMENT?= XEmacs text editor version 21
5 5
6DISTNAME= xemacs-21.4.22 6DISTNAME= xemacs-21.4.22
7#PKGREVISION= 1 7#PKGREVISION= 1
8CATEGORIES= editors 8CATEGORIES= editors
9MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} 9MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/}
10 10
11MAINTAINER= uebayasi@NetBSD.org 11MAINTAINER= hauke@NetBSD.org
12HOMEPAGE= http://www.xemacs.org/ 12HOMEPAGE= http://www.xemacs.org/
13 13
14CONFLICTS+= gnuserv-[0-9]* 14CONFLICTS+= gnuserv-[0-9]*
15CONFLICTS+= xemacs-[0-9]* 15CONFLICTS+= xemacs-[0-9]*
16CONFLICTS+= xemacs-nox11-[0-9]* 16CONFLICTS+= xemacs-nox11-[0-9]*
17 17
18NOT_FOR_PLATFORM= *-*-mips* # fails purespace dumping 18NOT_FOR_PLATFORM= *-*-mips* # fails purespace dumping
19 19
20PKG_DESTDIR_SUPPORT= user-destdir 20PKG_DESTDIR_SUPPORT= user-destdir
21 21
22USE_TOOLS+= makeinfo 22USE_TOOLS+= makeinfo
23 23
24HAS_CONFIGURE= yes 24HAS_CONFIGURE= yes