summaryrefslogtreecommitdiff
path: root/converters/ruby-uconv
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /converters/ruby-uconv
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'converters/ruby-uconv')
-rw-r--r--converters/ruby-uconv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/ruby-uconv/Makefile b/converters/ruby-uconv/Makefile
index f50c8d7a4a5..94cdb0f3ac1 100644
--- a/converters/ruby-uconv/Makefile
+++ b/converters/ruby-uconv/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:27:37 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/20 12:10:29 agc Exp $
# FreeBSD: ports/japanese/ruby-uconv/Makefile,v 1.8 2001/01/30 19:26:22 knu Exp
DISTNAME= uconv-0.4.9
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
-WRKSRC= ${WRKDIR}/uconv
CATEGORIES= japanese converters
MASTER_SITES= http://www.yoshidam.net/
@@ -11,6 +10,7 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.yoshidam.net/Ruby.html#uconv
COMMENT= Unicode conversion library with Japanese codesets support
+WRKSRC= ${WRKDIR}/uconv
DIST_SUBDIR= ruby
USE_RUBY= yes
USE_RUBY_EXTCONF= yes