diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /japanese/vflib | |
parent | Upgrade to 1.1. (diff) |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Notes
Notes:
svn path=/head/; revision=29636
Diffstat (limited to 'japanese/vflib')
-rw-r--r-- | japanese/vflib/Makefile | 1 | ||||
-rw-r--r-- | japanese/vflib/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 516548cb1ce5..7895aaf28d9e 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -22,6 +22,7 @@ PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} GNU_CONFIGURE= yes USE_AUTOCONF= yes +INSTALLS_SHLIBS= yes CONFIGURE_ARGS= --with-freetype \ --with-freetype-includedir=${PREFIX}/include \ --with-freetype-libdir=${PREFIX}/lib diff --git a/japanese/vflib/pkg-plist b/japanese/vflib/pkg-plist index cea89f1fb10a..44ff5c474bf8 100644 --- a/japanese/vflib/pkg-plist +++ b/japanese/vflib/pkg-plist @@ -425,5 +425,3 @@ share/fonts/watanabe_font/mincho.vf2 @dirrm share/VFlib/%%VFLIB_VERSION%% @dirrm share/VFlib @dirrm share/fonts/watanabe_font -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |