summaryrefslogtreecommitdiff
path: root/mail/faces
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
commit2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch)
tree07e10c49034b87755dafb03956ad93c5363e0bb7 /mail/faces
parent- Update to 1.7.8 (diff)
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports With hat: portmgr
Notes
Notes: svn path=/head/; revision=183698
Diffstat (limited to 'mail/faces')
-rw-r--r--mail/faces/files/Makefile.compface5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/faces/files/Makefile.compface b/mail/faces/files/Makefile.compface
index 684a4cf7fc1e..8fd2c1c71b62 100644
--- a/mail/faces/files/Makefile.compface
+++ b/mail/faces/files/Makefile.compface
@@ -33,13 +33,8 @@ EXECUTABLE = $(BINDIR)/$(NAME)
UNEXECUTABLE = $(BINDIR)/$(UNNAME)
LIBNAME = lib$(NAME).a
SHLIB_MAJOR = 1
-SHLIB_MINOR = 0
LIB = $(NAME)
-.if ${PORTOBJFORMAT} == "elf"
SOLIB = lib$(NAME).so.$(SHLIB_MAJOR)
-.else
-SOLIB = lib$(NAME).so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
-.endif
NOPROFILE = ''
LIBRARY = $(LIBDIR)
MAN1DIR = $(MANDIR)/man1