Mark unbroken and add @comment to PLIST

This commit is contained in:
kevlo 2000-07-14 03:02:34 +00:00
parent b4d6e6e725
commit fb5ad38593
3 changed files with 12 additions and 15 deletions

View File

@ -3,14 +3,13 @@
# Date created: 10 Feb 2000
# Whom: dugsong@monkey.org
#
# $OpenBSD: Makefile,v 1.8 2000/07/09 23:41:53 turan Exp $
BROKEN= patches do not apply
# $OpenBSD: Makefile,v 1.9 2000/07/14 03:02:34 kevlo Exp $
DISTNAME= linux-netbus-client-v0.4
PKGNAME= lxnb-0.4
CATEGORIES= security
NEED_VERSION= 1.191
NEED_VERSION= 1.314
MAINTAINER= dugsong@monkey.org
@ -20,7 +19,6 @@ PERMIT_DISTFILES_CDROM= "no obvious license"
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://ns2.crw.se/~tm/projects/lxnb/
DISTNAME= linux-netbus-client-v0.4
EXTRACT_SUFX= .tgz
WRKDIST= ${WRKDIR}/${PKGNAME}
@ -28,4 +26,7 @@ WRKDIST= ${WRKDIR}/${PKGNAME}
pre-build:
rm -f ${WRKSRC}/lxnetbus
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lxnetbus ${PREFIX}/bin/lxnb
.include <bsd.port.mk>

View File

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

View File

@ -1 +1,2 @@
@comment $OpenBSD: PLIST,v 1.2 2000/07/14 03:02:46 kevlo Exp $
bin/lxnb