diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-11-05 16:06:09 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-11-05 16:06:09 +0800 |
commit | bdf9fa8f4cf64dedb492bb534b8ca27c2b64ef3c (patch) | |
tree | a6bc2161e3e8b71fefd33e87578ba30d27cb1b6c /polish/ekg/Makefile | |
parent | d579d280ea45b76829b6b63e4d823e9bdfaffb7c (diff) | |
download | freebsd-ports-gnome-bdf9fa8f4cf64dedb492bb534b8ca27c2b64ef3c.tar.gz freebsd-ports-gnome-bdf9fa8f4cf64dedb492bb534b8ca27c2b64ef3c.tar.zst freebsd-ports-gnome-bdf9fa8f4cf64dedb492bb534b8ca27c2b64ef3c.zip |
Update master site.
s/INSTALLS_SHLIB/USE_LDCONFIG/
PR: ports/104655
Submitted by: Aleksander Fafula <alex@fafula.com> (maintainer)
Diffstat (limited to 'polish/ekg/Makefile')
-rw-r--r-- | polish/ekg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index 7073e37a67d1..7970bc90a8c6 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 1.6 PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= polish net-im -MASTER_SITES= http://dev.null.pl/ekg/ +MASTER_SITES= http://ekg.chmurka.net/ MAINTAINER= alex@bsdguru.org COMMENT= Text-mode Gadu-Gadu client @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAN1= ekg.1 MANLANG= "" pl |