diff options
author | tron <tron@pkgsrc.org> | 2003-02-25 12:08:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-02-25 12:08:21 +0000 |
commit | 7c8463bf8034c6b5d58078dab13619d39fe6366b (patch) | |
tree | 5e530358174e439406887e2f2ac9f4ed91e7b036 /editors | |
parent | 60ce96ee408660c1d525e687500a65e3305b4bfb (diff) | |
download | pkgsrc-7c8463bf8034c6b5d58078dab13619d39fe6366b.tar.gz |
Remove compression of ".el" files which is broken in this version of
"xemacs" and fix various other package list issues.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 11 | ||||
-rw-r--r-- | editors/xemacs/PLIST | 7 |
2 files changed, 7 insertions, 11 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 8238dbdad7b..d64ac765712 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2003/02/25 02:14:57 uebayasi Exp $ +# $NetBSD: Makefile,v 1.57 2003/02/25 12:08:21 tron Exp $ DISTNAME= xemacs-21.4.12 CATEGORIES= editors @@ -23,12 +23,6 @@ MESSAGE_SUBST+= DISTNAME="${DISTNAME}" .include "../../mk/bsd.prefs.mk" -.if defined(MANZ) -PLIST_SUBST+= ELSUFX='.gz' -.else -PLIST_SUBST+= ELSUFX='' -.endif - # XXX GUI configuration is a mess... # #.if defined(USE_ATHENA) @@ -127,8 +121,5 @@ post-patch: post-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/${DISTNAME} @${INSTALL_DATA_DIR} ${PREFIX}/lib/xemacs - @if [ -n "${MANZ}" ]; then \ - ${WRKSRC}/lib-src/gzip-el.sh ${PREFIX}/lib/${DISTNAME}; \ - fi .include "../../mk/bsd.pkg.mk" diff --git a/editors/xemacs/PLIST b/editors/xemacs/PLIST index c454c4092cb..ad17cfa9866 100644 --- a/editors/xemacs/PLIST +++ b/editors/xemacs/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.6 2003/02/25 02:14:58 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/02/25 12:08:21 tron Exp $ bin/${DISTNAME} bin/ellcc bin/gnuattach bin/gnuclient bin/gnudoit bin/ootags +bin/xemacs bin/xemacs-b2m bin/xemacs-ctags bin/xemacs-etags @@ -1384,3 +1385,7 @@ man/man1/xemacs.1 @dirrm lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include/m @dirrm lib/${DISTNAME}/${MACHINE_GNU_PLATFORM}/include @dirrm lib/${DISTNAME}/${MACHINE_GNU_PLATFORM} +@dirrm lib/${DISTNAME} +@dirrm lib/xemacs/site-modules +@dirrm lib/xemacs/site-lisp +@dirrm lib/xemacs |