diff options
author | taca <taca> | 2012-10-17 00:01:42 +0000 |
---|---|---|
committer | taca <taca> | 2012-10-17 00:01:42 +0000 |
commit | 638338f812bf461518f8542b29e726a64d54c4d5 (patch) | |
tree | de0d18ea17f8133efac7ff8e20220d1f8566270b /devel | |
parent | 27b0f1c992007a0da195fd319aa37693a2c1ac82 (diff) | |
download | pkgsrc-638338f812bf461518f8542b29e726a64d54c4d5.tar.gz |
Remove extra DIST_SUBDIR for now.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-mode/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/ruby-mode/Makefile b/devel/ruby-mode/Makefile index 7e5c3f7910a..d861f9bc9bd 100644 --- a/devel/ruby-mode/Makefile +++ b/devel/ruby-mode/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.25 2012/02/18 15:45:08 taca Exp $ +# $NetBSD: Makefile,v 1.26 2012/10/17 00:01:42 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} PKGNAME= ${EMACS_PKGNAME_PREFIX}${RUBY_PKGPREFIX}-mode-${RUBY_VERSION_FULL} CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_RUBY} -DIST_SUBDIR= ruby193-base-201202170 MAINTAINER= taca@NetBSD.org HOMEPAGE= ${RUBY_HOMEPAGE} |