- remove BROKEN tag

- fix building
This commit is contained in:
brad 1999-05-23 06:01:04 +00:00
parent 3cc0d3aaef
commit 0bfd98782e
2 changed files with 9 additions and 13 deletions

View File

@ -1,17 +1,12 @@
# $OpenBSD: Makefile,v 1.5 1999/04/06 19:38:59 rohee Exp $
# $OpenBSD: Makefile,v 1.6 1999/05/23 06:01:04 brad Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
DISTNAME= setquota-0.1
CATEGORIES= sysutils
# Maybe someone who cares will fix this. It could be a simple task.
#
BROKEN= "port fails to build, and what does '\#ifdef 0' mean"
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
MAINTAINER= ports@OpenBSD.ORG
MASTER_SITES= ftp://ftp.jurai.net/users/winter/
WRKSRC= ${WRKDIR}/setquota/
.include <bsd.port.mk>

View File

@ -1,16 +1,17 @@
--- Makefile.orig Wed Mar 12 09:32:55 1997
+++ Makefile Sat Sep 27 18:34:27 1997
--- Makefile.orig Wed Mar 12 01:32:55 1997
+++ Makefile Sat May 22 23:50:37 1999
@@ -1,10 +1,11 @@
-# $Id: patch-aa,v 1.1.1.1 1997/11/15 00:04:31 deraadt Exp $
+# From: $Id: patch-aa,v 1.1.1.1 1997/11/15 00:04:31 deraadt Exp $
-# $Id: patch-aa,v 1.2 1999/05/23 06:01:14 brad Exp $
+# From: $Id: patch-aa,v 1.2 1999/05/23 06:01:14 brad Exp $
PROG= setquota
SRCS= printquota.c setquota.c quotatool.c
-CFLAGS+= -g -DDEBUG # -Wall -static
+#CFLAGS+= -g -DDEBUG # -Wall -static
MAN8= getquota.8 setquota.8
-MAN8= getquota.8 setquota.8
-LINKS= /usr/sbin/setquota /usr/sbin/getquota
-BINDIR= /usr/sbin
+#CFLAGS+= -g -DDEBUG # -Wall -static
+MAN= getquota.8 setquota.8
+MANDIR= ${PREFIX}/man/man
+LINKS= ${PREFIX}/sbin/setquota ${PREFIX}/sbin/getquota
+BINDIR= ${PREFIX}/sbin