diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /graphics/xpm | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.zst freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.zip |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 2 | ||||
-rw-r--r-- | graphics/xpm/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index e2092dfcde4d..ae915c312ef6 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes +INSTALL_SHLIBS= yes MAN1= cxpm.1 sxpm.1 post-install: - ${LDCONFIG} -m ${PREFIX}/lib @ranlib ${PREFIX}/lib/libXpm.a .include <bsd.port.mk> diff --git a/graphics/xpm/pkg-plist b/graphics/xpm/pkg-plist index ed423a5753ce..86c7c55f4ca0 100644 --- a/graphics/xpm/pkg-plist +++ b/graphics/xpm/pkg-plist @@ -4,5 +4,3 @@ include/X11/xpm.h lib/libXpm.a lib/libXpm.so lib/libXpm.so.4 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R |