openbsd-ports/sysutils/setquota/patches/patch-aa
brad 0bfd98782e - remove BROKEN tag
- fix building
1999-05-23 06:01:04 +00:00

20 lines
613 B
Plaintext

--- 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.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
-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
.include <bsd.prog.mk>