Also use the NetBSD Makefile for DragonFly.

This commit is contained in:
joerg 2006-06-21 21:53:30 +00:00
parent 0d666f33c1
commit 49067266b9
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2005/02/23 22:24:28 agc Exp $
$NetBSD: distinfo,v 1.3 2006/06/21 21:53:30 joerg Exp $
SHA1 (SDL_perl-1.19.2.tar.gz) = 3c36b46bc533f62052c045724e3b98511fd825e1
RMD160 (SDL_perl-1.19.2.tar.gz) = 9a657ade1b298e06ea4fa63f9a6dfb761b204165
Size (SDL_perl-1.19.2.tar.gz) = 680136 bytes
SHA1 (patch-aa) = 79f56782e1d530e3948f530c23dc9a508941597a
SHA1 (patch-aa) = ab13f9909865f3af41e54613839570525b908084

View file

@ -1,11 +1,12 @@
$NetBSD: patch-aa,v 1.2 2003/01/02 10:01:34 wiz Exp $
$NetBSD: patch-aa,v 1.3 2006/06/21 21:53:31 joerg Exp $
--- Makefile.PL.old Wed Jan 1 15:54:59 2003
+++ Makefile.PL Wed Jan 1 15:55:16 2003
@@ -5,6 +5,7 @@
@@ -5,6 +5,8 @@
#
%OS = (
+ netbsd => "Makefile.netbsd",
+ dragonfly => "Makefile.netbsd",
linux => "Makefile.linux",
win => "Makefile.win32",
freebsd => "Makefile.freebsd",