diff options
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index ab49acd29f5d..c112205ed1d8 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -4,17 +4,20 @@ # Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de> # Andreas Klemm <andreas@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/12/14 22:27:51 andreas Exp $ # DISTNAME= faces-1.6.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/ \ ftp://odie.physik2.uni-rostock.de/pub/ +EXTRACT_SUFX= .tar.Z MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de WRKSRC= $(WRKDIR)/faces -EXTRACT_SUFX= .tar.Z + +post-install: + /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> |