summaryrefslogtreecommitdiff
path: root/sysutils/skill/patches
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-04-16 18:54:37 +0000
committerzuntum <zuntum>2001-04-16 18:54:37 +0000
commita093e56bb6154e061ebfb2d23312856207f29b98 (patch)
tree17d9e0ce567cb09e909f3bdbd9d4c6a0c9dd8094 /sysutils/skill/patches
parent0832a208d6db98375957f9a0e336dd60fad08969 (diff)
downloadpkgsrc-a093e56bb6154e061ebfb2d23312856207f29b98.tar.gz
o respect CFLAGS
o remove redundant line: WRKSRC=${WRKDIR}/${PKGNAME}, since ${PKGNAME}==${DISTNAME}
Diffstat (limited to 'sysutils/skill/patches')
-rw-r--r--sysutils/skill/patches/patch-aa21
1 files changed, 12 insertions, 9 deletions
diff --git a/sysutils/skill/patches/patch-aa b/sysutils/skill/patches/patch-aa
index 73f7c29dacb..40a9c8be6d7 100644
--- a/sysutils/skill/patches/patch-aa
+++ b/sysutils/skill/patches/patch-aa
@@ -1,16 +1,16 @@
-$NetBSD: patch-aa,v 1.8 2000/06/26 07:54:42 simonb Exp $
+$NetBSD: patch-aa,v 1.9 2001/04/16 18:54:37 zuntum Exp $
---- ./Makefile.orig Tue Feb 8 04:21:15 2000
-+++ ./Makefile Sun Feb 20 02:55:27 2000
-@@ -54,22 +54,22 @@
+--- Makefile.orig Tue May 30 04:03:08 2000
++++ Makefile
+@@ -54,16 +54,16 @@
SHELL= /bin/sh
# CONFIGURE: Set location of executable, it's group and mode.
-BINDIR= /usr/local/bin
-BINGRP= kmem
+-BINMOD= 2755
+BINDIR= ${PREFIX}/bin
+#BINGRP= kmem
--BINMOD= 2755
+#BINMOD= ${BINMODE}
# CONFIGURE: Set location of man directory and man page suffix.
@@ -25,12 +25,15 @@ $NetBSD: patch-aa,v 1.8 2000/06/26 07:54:42 simonb Exp $
# CONFIGURE(Config): Add any OS-specific options here.
COPTS=
+@@ -75,7 +75,7 @@
+ OBJS= main.o argparse.o getproc.o
+ HDRS= conf.h
- # CONFIGURE(Config): Add any special libraries your system needs.
- LIBS=
+-CFLAGS= -O ${COPTS}
++CFLAGS+=${COPTS}
+
+ all: skill
- SRCS= main.c argparse.c getproc.c
- OBJS= main.o argparse.o getproc.o
@@ -90,20 +90,20 @@
install: skill