diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-05-20 08:31:28 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-05-20 08:31:28 +0000 |
commit | cdc2c0f96bab369504f1658b2ca02ceeca8a2d8d (patch) | |
tree | 00e039efb1bdbcee626e6e0435d3b5364619fd99 /graphics/gimp-gmic-plugin/Makefile | |
parent | f44e08a6d811f8a941c19fcb41deabe0f61fbdfd (diff) | |
download | ports-cdc2c0f96bab369504f1658b2ca02ceeca8a2d8d.tar.gz ports-cdc2c0f96bab369504f1658b2ca02ceeca8a2d8d.zip |
Notes
Diffstat (limited to 'graphics/gimp-gmic-plugin/Makefile')
-rw-r--r-- | graphics/gimp-gmic-plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index 81bf6d8c892a..9c6fe12bf2a8 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -4,8 +4,8 @@ PORTNAME= gmic PORTVERSION= 1.5.8.3 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/ \ - SF/${PORTNAME}/old_versions/ +MASTER_SITES= SF/${PORTNAME}/older_versions/ \ + SF/${PORTNAME}/ PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= -plugin DISTNAME= ${PORTNAME}_${PORTVERSION} |