diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-29 16:45:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-29 16:45:56 +0000 |
commit | 55296e2ef2fa32f7eff5c53aec62e5b1d128cf1d (patch) | |
tree | b1a54a80e4a754d548c2faf5bfbde0ef55a3b43d /russian | |
parent | 7c5f2d9a14059567626004b92a7fa203cfffc1d7 (diff) | |
download | ports-55296e2ef2fa32f7eff5c53aec62e5b1d128cf1d.tar.gz ports-55296e2ef2fa32f7eff5c53aec62e5b1d128cf1d.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/gd/Makefile | 4 | ||||
-rw-r--r-- | russian/gd/pkg-plist | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/russian/gd/Makefile b/russian/gd/Makefile index 4f674b6ad913..7b8cdd135dd9 100644 --- a/russian/gd/Makefile +++ b/russian/gd/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_REINPLACE= yes +INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' \ @@ -27,7 +28,4 @@ post-patch: pre-install: ${MKDIR} ${PREFIX}/include/gd -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/russian/gd/pkg-plist b/russian/gd/pkg-plist index c9f2fb09760e..60ece06acc57 100644 --- a/russian/gd/pkg-plist +++ b/russian/gd/pkg-plist @@ -17,6 +17,4 @@ include/gd/gdfontt.h lib/libgd.a lib/libgd.so lib/libgd.so.0 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm include/gd |