pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ruby-delegate_it: use RUBY_PKGPREFIX



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Wed Sep 7 19:21:19 2016 +0200
Changeset:	71a501e262ba152b45016de2ed88afc43fab837f

Modified Files:
	ruby-delegate_it/Makefile

Log Message:
ruby-delegate_it: use RUBY_PKGPREFIX

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=71a501e262ba152b45016de2ed88afc43fab837f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ruby-delegate_it/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ruby-delegate_it/Makefile b/ruby-delegate_it/Makefile
index fbdce76..1ce8952 100644
--- a/ruby-delegate_it/Makefile
+++ b/ruby-delegate_it/Makefile
@@ -2,7 +2,7 @@
 
 GITHUB_PROJECT=	delegate_it
 DISTNAME=	${GITHUB_TAG}
-PKGNAME=	ruby-${GITHUB_PROJECT}-1.1.1
+PKGNAME=	${RUBY_PKGPREFIX}-${GITHUB_PROJECT}-1.1.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=pawurb/}
 DIST_SUBDIR=	${GITHUB_PROJECT}


Home | Main Index | Thread Index | Old Index