diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:56:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:56:45 +0000 |
commit | a4255e72bd1404ed93e796bd18175fd81bb8c557 (patch) | |
tree | 232218390f3f2d8238d814338b864999384e4aa7 /mail/faces | |
parent | 076bb69c87153e7217aabc94d418eb4cfb8c3bb3 (diff) | |
download | ports-a4255e72bd1404ed93e796bd18175fd81bb8c557.tar.gz ports-a4255e72bd1404ed93e796bd18175fd81bb8c557.zip |
Allow this to build in an ELF world.
Notes
Notes:
svn path=/head/; revision=13277
Diffstat (limited to 'mail/faces')
-rw-r--r-- | mail/faces/Makefile | 14 | ||||
-rw-r--r-- | mail/faces/pkg-plist | 11 |
2 files changed, 15 insertions, 10 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 668c310280ae..f47eaaf63538 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -4,22 +4,26 @@ # Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> # Andreas Klemm <andreas@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/03/15 15:03:45 andreas Exp $ +# $Id: Makefile,v 1.7 1998/09/19 01:51:19 hoek Exp $ # DISTNAME= faces-1.6.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ EXTRACT_SUFX= .tar.Z - + MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE WRKSRC= $(WRKDIR)/faces MAN1= compface.1 faces.1 face_update.1 -MAN3= compface.3 -MLINKS= compface.1 uncompface.1 compface.3 uncompface.3 +MAN3= compface.3 +MLINKS= compface.1 uncompface.1 \ + compface.3 uncompface.3 + +pre-patch: + @${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/mail/faces/pkg-plist b/mail/faces/pkg-plist index 4cd9b36dc76e..f215252a3f2e 100644 --- a/mail/faces/pkg-plist +++ b/mail/faces/pkg-plist @@ -1,14 +1,13 @@ @cwd /usr/local -share/faces/machine.tab -share/faces/people.tab bin/compface bin/uncompface lib/libcompface.a +lib/libcompface.so lib/libcompface.so.1.0 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R include/compface.h -bin/icon2ikon +bin/icon2ikon bin/ikon2icon bin/rs2icon bin/fs2ikon @@ -30,5 +29,7 @@ bin/newsfrom.faces bin/faces bin/face_update bin/faces.sendmail +share/faces/machine.tab +share/faces/people.tab @cwd /usr/X11R6 lib/X11/app-defaults/Faces |