mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
25 lines
456 B
Plaintext
25 lines
456 B
Plaintext
$NetBSD: patch-aa,v 1.2 2006/01/12 18:36:22 joerg Exp $
|
|
|
|
--- clean_os.sh.orig Wed Mar 6 21:51:06 2002
|
|
+++ clean_os.sh
|
|
@@ -22,6 +22,19 @@
|
|
|
|
# Nothing to clean right now
|
|
case "$1" in
|
|
+ # Remove version number for NetBSD
|
|
+ netbsdelf*)
|
|
+ echo netbsdelf
|
|
+ exit 0
|
|
+ ;;
|
|
+ netbsd*)
|
|
+ echo netbsd
|
|
+ exit 0
|
|
+ ;;
|
|
+ dragonfly*)
|
|
+ echo dragonfly
|
|
+ exit 0
|
|
+ ;;
|
|
# Remove version number for FreeBSD
|
|
freebsd2*)
|
|
echo freebsdaout
|