diff options
author | taca <taca> | 2001-07-21 23:03:24 +0000 |
---|---|---|
committer | taca <taca> | 2001-07-21 23:03:24 +0000 |
commit | 3dff6d1f5a6c838d9d4c99cec51585be796dadd8 (patch) | |
tree | 6a3b839f480439dc1d63584f190675fce3fcdf8c /devel/ruby-rd-mode | |
parent | abddda4fdfc9ecd9e81d78d5b16e100b4d58d03f (diff) | |
download | pkgsrc-3dff6d1f5a6c838d9d4c99cec51585be796dadd8.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/ruby-rd-mode')
-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 |