diff options
author | taca <taca@pkgsrc.org> | 2004-11-28 04:10:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-11-28 04:10:36 +0000 |
commit | f2c0981ebbe2d76671f991a5f2ef98269e0eb876 (patch) | |
tree | 16b1fd4148ce765e8f89b8c5e800c181125e723c /net/dtcp/patches | |
parent | 651dc1babce6b359a877773b05dd1834eb0f4a8f (diff) | |
download | pkgsrc-f2c0981ebbe2d76671f991a5f2ef98269e0eb876.tar.gz |
Migrate ruby-installpkg to use new framework for Ruby packages.
Add trivial Makefile fix.
Diffstat (limited to 'net/dtcp/patches')
-rw-r--r-- | net/dtcp/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/dtcp/patches/patch-aa b/net/dtcp/patches/patch-aa new file mode 100644 index 00000000000..12b2f9643cf --- /dev/null +++ b/net/dtcp/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2004/11/28 04:10:36 taca Exp $ + +--- Makefile.orig 2004-06-08 02:04:57.000000000 +0900 ++++ Makefile +@@ -26,7 +26,7 @@ RUBY?= /usr/pkg/bin/ruby + POPAUTHDB?= /usr/pkg/etc/apop.auth + DTCPS_TUNIF?= gif0 + DTCPC_TUNIF?= gif0 +-.elseif (${OPSYS} == "FreeBSD") ++.elif (${OPSYS} == "FreeBSD") + RUBY?= /usr/local/bin/ruby + POPAUTHDB?= /usr/local/etc/qpopper/pop.auth + DTCPS_TUNIF?= gif0 |