diff options
author | pav <pav@FreeBSD.org> | 2004-03-26 21:53:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-26 21:53:26 +0800 |
commit | 92ec6eeeaca0e6bc75afaf699c38283a7a1f1241 (patch) | |
tree | e0077c8fe87486d41b99b2334b8255393b5b362d /graphics/gimp | |
parent | e10a54a73da4c4434df19e56e575be1cb41c28a9 (diff) | |
download | freebsd-ports-gnome-92ec6eeeaca0e6bc75afaf699c38283a7a1f1241.tar.gz freebsd-ports-gnome-92ec6eeeaca0e6bc75afaf699c38283a7a1f1241.tar.zst freebsd-ports-gnome-92ec6eeeaca0e6bc75afaf699c38283a7a1f1241.zip |
- Update RINGSERVER subdir
- Clean up
PR: ports/64762
Submitted by: Ports Fury
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 3529c3c4ab15..167b103d2092 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -14,10 +14,8 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \ ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \ ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,} MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R} -#MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}/testing -#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program (unstable development version) |