diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
commit | 2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch) | |
tree | 07e10c49034b87755dafb03956ad93c5363e0bb7 /mail/faces | |
parent | 1c97f613254a72e0ae97ea8d817ebe38096d6949 (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.compface | 5 |
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 |