aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2006-10-08 00:11:47 +0800
committerbsam <bsam@FreeBSD.org>2006-10-08 00:11:47 +0800
commit04d59c3265f3476c9899f42973c58aa6d393e3d0 (patch)
tree6cca50f30257b31958908190f5c86561f36db707 /sysutils
parent64033cb9fd238f861717429e3555789c80f92151 (diff)
downloadfreebsd-ports-gnome-04d59c3265f3476c9899f42973c58aa6d393e3d0.tar.gz
freebsd-ports-gnome-04d59c3265f3476c9899f42973c58aa6d393e3d0.tar.zst
freebsd-ports-gnome-04d59c3265f3476c9899f42973c58aa6d393e3d0.zip
- fix MASTER_SITES; [1]
- 's/INSTALLS_SHLIB/USE_LDCONFIG'; - change my email to FreeBSD.org one. Pointed out by: Bill Fenner's distfile survey [1]
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gksu/Makefile4
-rw-r--r--sysutils/libgksu/Makefile6
-rw-r--r--sysutils/libgksuui/Makefile6
3 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile
index 9959c75fd155..7b05600f1069 100644
--- a/sysutils/gksu/Makefile
+++ b/sysutils/gksu/Makefile
@@ -8,9 +8,9 @@
PORTNAME= gksu
PORTVERSION= 1.3.7
CATEGORIES= sysutils
-MASTER_SITES= http://people.debian.org/~kov/gksu/gksu/
+MASTER_SITES= http://people.debian.org/~kov/gksu/old_stuff/gksu/
-MAINTAINER= bsam@ipt.ru
+MAINTAINER= bsam@FreeBSD.org
COMMENT= Graphical frontend to su
LIB_DEPENDS= gksu1.2.0:${PORTSDIR}/sysutils/libgksu \
diff --git a/sysutils/libgksu/Makefile b/sysutils/libgksu/Makefile
index 183fe7c73bb0..14dea7f50be6 100644
--- a/sysutils/libgksu/Makefile
+++ b/sysutils/libgksu/Makefile
@@ -8,17 +8,17 @@
PORTNAME= libgksu
PORTVERSION= 1.3.8
CATEGORIES= sysutils
-MASTER_SITES= http://people.debian.org/~kov/gksu/libgksu1.2/
+MASTER_SITES= http://people.debian.org/~kov/gksu/old_stuff/libgksu1.2/
DISTNAME= ${PORTNAME}1.2-${PORTVERSION}
-MAINTAINER= bsam@ipt.ru
+MAINTAINER= bsam@FreeBSD.org
COMMENT= Library providing su and sudo functionality
RUN_DEPENDS= xauth:${X_CLIENTS_PORT} \
sudo:${PORTSDIR}/security/sudo
USE_GNOME= pkgconfig glib20
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-gtk-doc=no
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/sysutils/libgksuui/Makefile b/sysutils/libgksuui/Makefile
index 54bd8cacc148..0096d3914d65 100644
--- a/sysutils/libgksuui/Makefile
+++ b/sysutils/libgksuui/Makefile
@@ -9,16 +9,16 @@ PORTNAME= libgksuui
PORTVERSION= 1.0.7
PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= http://people.debian.org/~kov/gksu/libgksuui1.0/
+MASTER_SITES= http://people.debian.org/~kov/gksu/old_stuff/libgksuui1.0/
DISTNAME= ${PORTNAME}1.0-${PORTVERSION}
-MAINTAINER= bsam@ipt.ru
+MAINTAINER= bsam@FreeBSD.org
COMMENT= A graphical fronted to su library
USE_X_PREFIX= yes
USE_GNOME= gtk20 pkgconfig
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-gtk-doc=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"