diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:46:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:46:28 +0000 |
commit | 6c188f234e6f041c8c2e98683c407c900f35a960 (patch) | |
tree | b809ae7501df7213701b128a6c2a2a449c999ca9 | |
parent | 38f095818e9283cf1d810d895773ebfe21bd246d (diff) | |
download | freebsd-ports-6c188f234e6f041c8c2e98683c407c900f35a960.zip |
Run ranlib from post-install instead of pkg/PLIST.
-rw-r--r-- | graphics/xpm/Makefile | 3 | ||||
-rw-r--r-- | graphics/xpm/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 8e425630a38f..63f37b150045 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.22 1999/02/16 12:22:20 thepish Exp $ +# $Id: Makefile,v 1.23 1999/02/18 09:25:29 thepish Exp $ # DISTNAME= xpm-3.4k @@ -23,5 +23,6 @@ post-install: ${LN} -sf libXpm.so.4.11 ${PREFIX}/lib/libXpm.so .endif ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + @ranlib ${PREFIX}/lib/libXpm.a .include <bsd.port.post.mk> diff --git a/graphics/xpm/pkg-plist b/graphics/xpm/pkg-plist index ec783d96fe4f..9a4330db9962 100644 --- a/graphics/xpm/pkg-plist +++ b/graphics/xpm/pkg-plist @@ -2,7 +2,6 @@ bin/cxpm bin/sxpm include/X11/xpm.h lib/libXpm.a -@exec ranlib %D/%F lib/libXpm.so lib/libXpm.so.4.11 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |