aboutsummaryrefslogtreecommitdiff
path: root/mail/faces/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-17 04:52:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-17 04:52:51 +0000
commitb39a9929730123745f13f0374ffaa96f93c7d903 (patch)
treea3f5344af44122d63a96de89c47ad1e1fcc9d160 /mail/faces/Makefile
parenta0a63e2009d03288cb42c93ca97ed3866f15235e (diff)
downloadports-b39a9929730123745f13f0374ffaa96f93c7d903.tar.gz
ports-b39a9929730123745f13f0374ffaa96f93c7d903.zip
Change shared library version numbers to "1.0". Move EXTRACT_SUFX
to right place. Add ldconfig to post-install target and @exec in PLIST so the shared library will be registered. Remove patch between two versions of "Makefile.old". These things are all described in the handbook. Andreas, can you please read it?
Notes
Notes: svn path=/head/; revision=4994
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r--mail/faces/Makefile7
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>