aboutsummaryrefslogtreecommitdiffstats
path: root/mail/faces/files
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2003-01-22 03:39:57 +0800
committerlkoeller <lkoeller@FreeBSD.org>2003-01-22 03:39:57 +0800
commit73f2a99ad765c7bf7d2807767883ed0c0719db7a (patch)
tree7ebfc4f3be3c9d3b447ad37bd9bbd8da1177d394 /mail/faces/files
parent30c268e38461e2952d0564d4ebc22d1c4085f52d (diff)
downloadfreebsd-ports-gnome-73f2a99ad765c7bf7d2807767883ed0c0719db7a.tar.gz
freebsd-ports-gnome-73f2a99ad765c7bf7d2807767883ed0c0719db7a.tar.zst
freebsd-ports-gnome-73f2a99ad765c7bf7d2807767883ed0c0719db7a.zip
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')
-rw-r--r--mail/faces/files/Makefile.compface12
-rw-r--r--mail/faces/files/patch-aa21
2 files changed, 25 insertions, 8 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
diff --git a/mail/faces/files/patch-aa b/mail/faces/files/patch-aa
index a8d6ce91cf1b..ac19236ce061 100644
--- a/mail/faces/files/patch-aa
+++ b/mail/faces/files/patch-aa
@@ -1,5 +1,5 @@
-*** faces/Makefile.in.orig Tue Mar 5 21:07:46 2002
---- faces/Makefile.in Tue Mar 5 21:08:06 2002
+*** faces/Makefile.in.orig Tue Apr 9 03:52:16 2002
+--- faces/Makefile.in Tue Jan 21 20:03:50 2003
***************
*** 116,122 ****
@@ -17,3 +17,20 @@
faces_LDADD = @GTK_LIBS@ $(INTLLIBS) @X_LIBS@ \
-lX11 -L../compface -lcompface $(resolv)
+***************
+*** 152,158 ****
+ dialog_warning.xpm
+
+
+! man1_MANS = faces.man
+ EXTRA_DIST = $(man1_MANS) Faces.ad faces.sendmail
+ subdir = faces
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+--- 152,158 ----
+ dialog_warning.xpm
+
+
+! man1_MANS = faces.1
+ EXTRA_DIST = $(man1_MANS) Faces.ad faces.sendmail
+ subdir = faces
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs