diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /devel/libPropList | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'devel/libPropList')
-rw-r--r-- | devel/libPropList/Makefile | 1 | ||||
-rw-r--r-- | devel/libPropList/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile index 0e1feeff15bd..08b406ba1610 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -15,6 +15,7 @@ DISTNAME= libPropList-${PORTVERSION} MAINTAINER= sobomax@FreeBSD.org USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes USE_AUTOCONF= yes .include <bsd.port.mk> diff --git a/devel/libPropList/pkg-plist b/devel/libPropList/pkg-plist index 9fbe1811dd49..79162e0ab571 100644 --- a/devel/libPropList/pkg-plist +++ b/devel/libPropList/pkg-plist @@ -2,5 +2,3 @@ include/proplist.h lib/libPropList.a lib/libPropList.so lib/libPropList.so.2 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B |