This commit is contained in:
kevlo 2000-04-30 10:00:12 +00:00
parent 80c1a46101
commit 7873018655
2 changed files with 12 additions and 12 deletions

View File

@ -3,13 +3,12 @@
# Date created: 10 Feb 2000
# Whom: dugsong@monkey.org
#
# $OpenBSD: Makefile,v 1.5 2000/04/09 17:38:03 espie Exp $
# $OpenBSD: Makefile,v 1.6 2000/04/30 10:00:12 kevlo Exp $
PKGNAME= lxnb-0.4
CATEGORIES= security
NEED_VERSION= 1.191
FAKE=No
MAINTAINER= dugsong@monkey.org
@ -24,7 +23,8 @@ EXTRACT_SUFX= .tgz
WRKDIST= ${WRKDIR}/${PKGNAME}
NO_CONFIGURE= yes
NO_CONFIGURE= Yes
FAKE= Yes
pre-build:
rm -f ${WRKSRC}/lxnetbus

View File

@ -1,19 +1,19 @@
--- Makefile.orig Thu Feb 10 16:52:35 2000
+++ Makefile Thu Feb 10 16:57:24 2000
@@ -2,11 +2,15 @@
--- Makefile Mon May 1 01:54:09 2000
+++ Makefile.orig Sun Aug 23 00:03:00 1998
@@ -2,15 +2,11 @@
CC = gcc -Wall -O3
OBJEKTFILER = lxnetbus.o lxnbfunc.o lxnbmenu.o
-
+PREFIX = /usr/local
-PREFIX = /usr/local
+
all: ${OBJEKTFILER} lxnetbus
lxnetbus: ${OBJEKTFILER}
+ ${CC} -o $@ ${OBJEKTFILER}
+
+install:
+ install -c -m 755 lxnetbus ${PREFIX}/bin/lxnb
- ${CC} -o $@ ${OBJEKTFILER}
-
-install:
- install -c -m 755 lxnetbus ${DESTDIR}${PREFIX}/bin/lxnb
clean:
rm -f *.o *~ diskdump.txt screendump.jpg