diff options
author | bsam <bsam@FreeBSD.org> | 2006-10-08 00:11:47 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-10-08 00:11:47 +0800 |
commit | 04d59c3265f3476c9899f42973c58aa6d393e3d0 (patch) | |
tree | 6cca50f30257b31958908190f5c86561f36db707 /sysutils/gksu | |
parent | 64033cb9fd238f861717429e3555789c80f92151 (diff) | |
download | freebsd-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/gksu')
-rw-r--r-- | sysutils/gksu/Makefile | 4 |
1 files changed, 2 insertions, 2 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 \ |