diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-01-09 01:03:04 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-01-09 01:03:04 +0000 |
commit | 55e4c8e99a9a345395e447c3eb8ba8fb81426adc (patch) | |
tree | 1d7b8673ebfbfc927cc57cbde065dd92cfdbe014 | |
parent | fc29b9021731e18d717e3f5910b6272a20beb9d1 (diff) | |
download | freebsd-ports-55e4c8e99a9a345395e447c3eb8ba8fb81426adc.zip |
Fix fennerism. Add MAINTAINER.
http://www.digidezign.com/~imanager/imanager-2.0.final.imlib.tar.gz:
404 Not Found (Last OK result Mon Aug 28 15:27:03 2000 )
PR: 24156
Submitted by: Joseph Scott <joseph@randomnetworks.com>
-rw-r--r-- | graphics/imanager/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/imanager/Makefile b/graphics/imanager/Makefile index c5a38d07195c..e1a456dd5edf 100644 --- a/graphics/imanager/Makefile +++ b/graphics/imanager/Makefile @@ -8,9 +8,11 @@ PORTNAME= imanager PORTVERSION= 2.0 CATEGORIES= graphics -MASTER_SITES= http://www.digidezign.com/~imanager/ +MASTER_SITES= http://www.linuxberg.com/files/kde/graphics/ DISTNAME= imanager-${PORTVERSION}.final.imlib +MAINTAINER= ports@freebsd.org + LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \ kdecore.3:${PORTSDIR}/x11/kdelibs11 |