diff options
author | obache <obache@pkgsrc.org> | 2010-09-21 02:34:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-09-21 02:34:12 +0000 |
commit | bfa30968e5163a9f2bf6b49313d4e9c9e1d63242 (patch) | |
tree | 4866d90f9bf8ea3b017c9712c9543ef2681d02c9 /editors/xemacs | |
parent | 25e6d1060af54db27c61c4e6e1c05157a77ec213 (diff) | |
download | pkgsrc-bfa30968e5163a9f2bf6b49313d4e9c9e1d63242.tar.gz |
Remove -elc and -info archive from DISTFILES.
Noticed by Matthias Buelow via PR#31294.
Formerly, source part of xemacs is in no-prefix archive.
But now, it is in -src archive, and no-prefix archive contains all of them.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/distinfo | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index c03c78399b7..e5b92a775e7 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2010/06/14 10:33:12 dholland Exp $ +# $NetBSD: Makefile,v 1.94 2010/09/21 02:34:12 obache Exp $ PKGNAME?= ${DISTNAME} COMMENT?= XEmacs text editor version 21 @@ -7,8 +7,6 @@ DISTNAME= xemacs-21.4.17 PKGREVISION= 9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/} -DISTFILES= ${DISTNAME}.tar.gz ${DISTNAME}-elc.tar.gz \ - ${DISTNAME}-info.tar.gz MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://www.xemacs.org/ diff --git a/editors/xemacs/distinfo b/editors/xemacs/distinfo index 15ab4aa36aa..a8356a3ff9b 100644 --- a/editors/xemacs/distinfo +++ b/editors/xemacs/distinfo @@ -1,11 +1,5 @@ -$NetBSD: distinfo,v 1.13 2008/04/29 14:07:15 tonnerre Exp $ +$NetBSD: distinfo,v 1.14 2010/09/21 02:34:12 obache Exp $ -SHA1 (xemacs/xemacs-21.4.17-elc.tar.gz) = 5e13cb3d2087d0ef56746b661da6b762533b3e58 -RMD160 (xemacs/xemacs-21.4.17-elc.tar.gz) = 37785dc82bbbbc7eba656c9edc099b425a885eae -Size (xemacs/xemacs-21.4.17-elc.tar.gz) = 931709 bytes -SHA1 (xemacs/xemacs-21.4.17-info.tar.gz) = 6a0319d8a5e29c6725d3973ee5f39360503ef681 -RMD160 (xemacs/xemacs-21.4.17-info.tar.gz) = 5894750e99d225e53e79bf2c6fa786b3fd13d7a5 -Size (xemacs/xemacs-21.4.17-info.tar.gz) = 1634004 bytes SHA1 (xemacs/xemacs-21.4.17.tar.gz) = 274812bee5f8010ca3d56b517026270d94415f33 RMD160 (xemacs/xemacs-21.4.17.tar.gz) = d42ca370ba916f0147b368bd7db2cc6c523646ae Size (xemacs/xemacs-21.4.17.tar.gz) = 10626826 bytes |