From 37efd5dd0c8df58c64ba22f45e0c6e8994d159dd Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 4 Aug 2000 18:49:27 +0000 Subject: Small cleanup: creating an empty directory ${PREFIX}/lib/xemacs doesn't make much sense. Replace it with a symlink to the version dependend directory name, where real stuff is installed. This allows other pkgs (i.e. net/zenicb) to add lisp modules easily. --- editors/xemacs/Makefile | 6 +++--- editors/xemacs/files/md5 | 4 ++-- editors/xemacs/pkg/PLIST | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'editors') diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 1ec4281be4a..73b8db8c605 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/07/24 21:49:07 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.22 2000/08/04 18:49:27 martin Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.9 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.1/ \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-21.1/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} -MAINTAINER= packages@netbsd.org +MAINTAINER= martin@netbsd.org HOMEPAGE= http://www.xemacs.org/ USE_XAW= yes @@ -69,7 +69,7 @@ pre-configure: post-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/${DISTNAME} - @${MKDIR} ${PREFIX}/lib/xemacs + @${LN} -s ${DISTNAME} ${PREFIX}/lib/xemacs @if [ "X${MANZ}" != X"" ]; then \ ${WRKSRC}/lib-src/gzip-el.sh ${PREFIX}/lib/${DISTNAME}; \ GZSUFFIX=.gz; \ diff --git a/editors/xemacs/files/md5 b/editors/xemacs/files/md5 index 3a68815a9d2..493e5352e3e 100644 --- a/editors/xemacs/files/md5 +++ b/editors/xemacs/files/md5 @@ -1,5 +1,5 @@ -$NetBSD: md5,v 1.7 2000/03/08 21:30:06 tron Exp $ +$NetBSD: md5,v 1.8 2000/08/04 18:49:28 martin Exp $ +MD5 (xemacs/xemacs-21.1.9.tar.gz) = 9c39352ed2467a3a57339cb612054c85 MD5 (xemacs/xemacs-21.1.9-elc.tar.gz) = dfb43552c15ceff6f011b764585e256a MD5 (xemacs/xemacs-21.1.9-info.tar.gz) = 55c1fc50e5e39c9d9317e7366cef2519 -MD5 (xemacs/xemacs-21.1.9.tar.gz) = 9c39352ed2467a3a57339cb612054c85 diff --git a/editors/xemacs/pkg/PLIST b/editors/xemacs/pkg/PLIST index 5ac956b7b43..579a01169cc 100644 --- a/editors/xemacs/pkg/PLIST +++ b/editors/xemacs/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2000/03/08 21:30:07 tron Exp $ +@comment $NetBSD: PLIST,v 1.8 2000/08/04 18:49:28 martin Exp $ bin/gnuattach bin/gnuclient bin/gnudoit @@ -1030,6 +1030,7 @@ lib/${PKGNAME}/${MACHINE_GNU_PLATFORM}/gzip-el.sh lib/${PKGNAME}/${MACHINE_GNU_PLATFORM}/add-big-package.sh lib/${PKGNAME}/${MACHINE_GNU_PLATFORM}/DOC lib/${PKGNAME}/${MACHINE_GNU_PLATFORM}/config.values +lib/xemacs man/man1/gnuattach.1 man/man1/gnuclient.1 man/man1/gnudoit.1 @@ -1143,6 +1144,5 @@ man/man1/xemacs-etags.1 @dirrm lib/${PKGNAME}/etc @dirrm lib/${PKGNAME}/${MACHINE_GNU_PLATFORM} @dirrm lib/${PKGNAME} -@dirrm lib/xemacs @exec mkdir -p /var/tmp/xemacs.lock && chmod 1777 /var/tmp/xemacs.lock @unexec rm -rf /var/tmp/xemacs.lock -- cgit v1.2.3