diff options
author | agc <agc@pkgsrc.org> | 1999-09-27 13:28:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-09-27 13:28:56 +0000 |
commit | 59ec2e1b4808ae52e2a7f76d3828ed722a26a7c5 (patch) | |
tree | afc55c7633aaf53e9df3676984fb6738c7a1a2d1 /sysutils/skill/patches | |
parent | 5590eb284c5dc8db24bd14a52365cfca54c7cc44 (diff) | |
download | pkgsrc-59ec2e1b4808ae52e2a7f76d3828ed722a26a7c5.tar.gz |
Make this program compile on Solaris.
Diffstat (limited to 'sysutils/skill/patches')
-rw-r--r-- | sysutils/skill/patches/patch-aa | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/skill/patches/patch-aa b/sysutils/skill/patches/patch-aa index 90fe4d2bbb6..cd05de9914a 100644 --- a/sysutils/skill/patches/patch-aa +++ b/sysutils/skill/patches/patch-aa @@ -1,14 +1,15 @@ -$NetBSD: patch-aa,v 1.3 1999/01/05 19:12:00 kim Exp $ +$NetBSD: patch-aa,v 1.4 1999/09/27 13:28:57 agc Exp $ ---- Makefile.orig Wed Oct 28 11:20:26 1998 -+++ Makefile Tue Jan 5 14:02:28 1999 +--- Makefile.orig Wed Oct 28 16:20:26 1998 ++++ Makefile Mon Sep 27 14:18:52 1999 @@ -51,22 +51,29 @@ SHELL= /bin/sh # CONFIGURE: Set location of executable, it's group and mode. -BINDIR= /usr/local/bin +-BINGRP= kmem +BINDIR= ${PREFIX}/bin - BINGRP= kmem ++#BINGRP= kmem BINMOD= 2755 # CONFIGURE: Set location of man directory and man page suffix. @@ -19,7 +20,7 @@ $NetBSD: patch-aa,v 1.3 1999/01/05 19:12:00 kim Exp $ # CONFIGURE(Config): Select an OSTYPE for your machine from the list above. -OSTYPE= sys-5r4 -+OSTYPE= bsd-44 ++#OSTYPE= bsd-44 # CONFIGURE(Config): Add any OS-specific options here. COPTS= |