diff options
author | wiz <wiz> | 2006-02-07 19:58:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-02-07 19:58:06 +0000 |
commit | e12119f70f93535582e21fe4d34bb6d7ca188663 (patch) | |
tree | 0f8a6fd0244c0412a0cdd961df2f2f54e57fecd3 /devel/ruby-subversion | |
parent | 2f2addb09462faff220ac843cbbb06c7a4db631a (diff) | |
download | pkgsrc-e12119f70f93535582e21fe4d34bb6d7ca188663.tar.gz |
Move subversion/buildlink3.mk to subversion-base/buildlink3.mk, to
make it more resilient to revbump.
Ok epg@
Diffstat (limited to 'devel/ruby-subversion')
-rw-r--r-- | devel/ruby-subversion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile index 4feaa490f77..079a7aefc5c 100644 --- a/devel/ruby-subversion/Makefile +++ b/devel/ruby-subversion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:08:53 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/07 19:58:06 wiz Exp $ PKGNAME= ${RUBY_PKGPREFIX}-subversion-${SVNVER} PKGREVISION= 3 @@ -26,6 +26,6 @@ post-install: ${INSTALL_DATA_DIR} ${SVNEXAMPLES}/ruby ${INSTALL_DATA} ${WRKSRC}/tools/*/*.rb ${SVNEXAMPLES}/ruby -.include "../../devel/subversion/buildlink3.mk" +.include "../../devel/subversion-base/buildlink3.mk" .include "../../lang/ruby/modules.mk" .include "../../mk/bsd.pkg.mk" |