mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
235efa454d
mls is that basic mbox number-crunching software to extract juicy stats about those packs of emails you have gathered from mailing lists... PR: ports/51264 Submitted by: The Anarcat <anarcat@anarcat.ath.cx>
30 lines
895 B
Plaintext
30 lines
895 B
Plaintext
--- Makefile.orig Sat Feb 15 05:16:21 2003
|
|
+++ Makefile Mon Apr 21 23:18:27 2003
|
|
@@ -5,13 +5,13 @@
|
|
|
|
# -m386 (486,pentium,pentiumpro)
|
|
#OPTIMIZE=-O7 -mpentiumpro
|
|
-OPTIMIZE=-O3
|
|
+#OPTIMIZE=-O3
|
|
|
|
# debug symbols will be stripped anyway during 'make install'
|
|
DEBUG=-g
|
|
|
|
#### DON'T CHANGE ANYTHING BELOW ####
|
|
-DESTDIR=/usr/local
|
|
+DESTDIR?=/usr/local
|
|
CFLAGS=-Wall $(OPTIMIZE) $(DEBUG)
|
|
LIBS=-lm
|
|
CC=gcc
|
|
@@ -31,8 +31,8 @@
|
|
$(CC) $(CFLAGS) -c mls_text.c -o mls_text.o
|
|
|
|
install: mls
|
|
- install -m 755 -g root -o root -s mls $(DESTDIR)/bin
|
|
- install -m 644 -g root -o root mls.1 $(DESTDIR)/man/man1
|
|
+ install -m 755 -g wheel -o root -s mls $(DESTDIR)/bin
|
|
+ install -m 644 -g wheel -o root mls.1 $(DESTDIR)/man/man1
|
|
gzip -9f $(DESTDIR)/man/man1/mls.1
|
|
@echo "**************************************************************"
|
|
@echo "*** To use HTML feature or PHP wrapper, copy contents of ***"
|