diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
commit | 4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch) | |
tree | 96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /graphics/inkscape | |
parent | a5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff) | |
download | ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.tar.gz ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.zip |
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 71a095cb0a85..b857c2bec492 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.48.4 PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= SF -MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} +MASTER_SITE_SUBDIR=${PORTNAME:tl}/${PORTNAME:tl}/${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor |