summaryrefslogtreecommitdiff
path: root/mail/faces/files/Makefile.compface
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2003-01-21 19:39:57 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2003-01-21 19:39:57 +0000
commit18fb6d66e8331df84bb92d38edf6a7236910db65 (patch)
tree1dec36d5bef631d43663dfc1c9db095c8c95ed63 /mail/faces/files/Makefile.compface
parentUpdate to 7.10.3 (diff)
o) Fix some install problems due to X11 non-X11 version
o) Install faces.1.gz not faces.man o) Avoid package building due to various sound options, X11/non-X11 build o) Give maintainership to ports o) Bump PORTREVISION
Diffstat (limited to 'mail/faces/files/Makefile.compface')
-rw-r--r--mail/faces/files/Makefile.compface12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/faces/files/Makefile.compface b/mail/faces/files/Makefile.compface
index 272a04daa7fd..684a4cf7fc1e 100644
--- a/mail/faces/files/Makefile.compface
+++ b/mail/faces/files/Makefile.compface
@@ -6,7 +6,7 @@
# Written 11th November 1989.
#
# Permission is given to distribute these sources, as long as the
-# copyright messages are not removed, and no monies are exchanged.
+# copyright messages are not removed, and no monies are exchanged.
#
# No responsibility is taken for any errors on inaccuracies inherent
# either to the comments or the code of this program, but if reported
@@ -22,10 +22,10 @@
# BINDIR, LIBDIR, INCDIR and MANDIR are expected to be overridden by the
# calling Makefile
-BINDIR = /usr/local/bin
-LIBDIR = /usr/local/lib
-INCDIR = /usr/local/include
-MANDIR = /usr/local/man
+BINDIR = ${PREFIX}/bin
+LIBDIR = ${PREFIX}/lib
+INCDIR = ${PREFIX}/include
+MANDIR = ${PREFIX}/man
NAME = compface
UNNAME = uncompface
@@ -55,7 +55,7 @@ CC ?= cc
CDEFS = $(SYSV)
CFLAGS += $(CDEFS) $(CCOMP)
-all: lib$(NAME).a $(SOLIB) $(NAME) $(UNNAME)
+all: lib$(NAME).a $(SOLIB) $(NAME) $(UNNAME)
$(NAME) : cmain.o compface.o
$(CC) $(CFLAGS) -o $(NAME) cmain.o compface.o -L./ -lcompface