mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@60459 d073be05-634f-4543-b044-5fe20cf6d1d6
22 lines
458 B
Diff
22 lines
458 B
Diff
--- Makefile.orig Wed Aug 14 21:37:07 2002
|
|
+++ Makefile Wed Aug 14 21:36:47 2002
|
|
@@ -10,7 +10,8 @@
|
|
LDFLAGS = `./guess --libs`
|
|
|
|
# This ps works for Linux and Solaris, at least
|
|
-PS = "/bin/ps -ef"
|
|
+#PS = "/bin/ps -ef"
|
|
+PS = "/bin/ps -ax"
|
|
|
|
# For Linux
|
|
#CFLAGS = -Wall -g
|
|
@@ -19,7 +20,7 @@
|
|
#CFLAGS = -Wall -g
|
|
#LDFLAGS = -lnsl -lsocket
|
|
|
|
-PREFIX = /usr/local
|
|
+PREFIX ?= /usr/local
|
|
BINDIR = $(PREFIX)/bin
|
|
MANDIR = $(PREFIX)/man
|
|
MAN1DIR = $(MANDIR)/man1
|