diff options
author | taca <taca> | 2001-07-21 23:03:24 +0000 |
---|---|---|
committer | taca <taca> | 2001-07-21 23:03:24 +0000 |
commit | 25a6895e48643c81b03170f4d8b1e17f07753864 (patch) | |
tree | 6a3b839f480439dc1d63584f190675fce3fcdf8c /devel | |
parent | 17f0cb33e9d95666e7d269d5b573c954c5653294 (diff) | |
download | pkgsrc-25a6895e48643c81b03170f4d8b1e17f07753864.tar.gz |
Fix ruby-rd-mode package:
- Don't share distinfo with textproc/ruby-rdtool package.
- Remove extra period in COMMENT.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-rd-mode/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/ruby-rd-mode/Makefile b/devel/ruby-rd-mode/Makefile index 2e0b80cc8f7..bc203b80334 100644 --- a/devel/ruby-rd-mode/Makefile +++ b/devel/ruby-rd-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/07/21 21:00:12 agc Exp $ +# $NetBSD: Makefile,v 1.3 2001/07/21 23:03:24 taca Exp $ # DISTNAME= rdtool-${RUBY_RD_VERSION} @@ -8,7 +8,7 @@ MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/ MAINTAINER= taca@netbsd.org HOMEPAGE= http://www2.pos.to/~tosh/ruby/rdtool/ -COMMENT= Editing mode for RD (Ruby Document Format). +COMMENT= Editing mode for RD (Ruby Document Format) .if defined(USE_XEMACS) DEPENDS+= xemacs-[0-9]*:../../editors/xemacs @@ -22,7 +22,6 @@ SITE_LISP= share/emacs/site-lisp EXTRACT_ELEMENTS= ${DISTNAME}/utils/rd-mode.el DIST_SUBDIR= ruby -DISTINFO_FILE= ${.CURDIR}/../../textproc/ruby-rdtool/distinfo WRKSRC= ${WRKDIR}/${DISTNAME}/utils NO_PATCH= # defined NO_CONFIGURE= # defined |