diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-21 00:02:57 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-21 00:02:57 +0800 |
commit | b7ce43de20030e32cec00f68acae50e183a69e98 (patch) | |
tree | ef25982e8d888c359556e82107e8cf4fd31ee051 /graphics | |
parent | c37cf0a47f9096349a106f0fb6eb3787f56d8604 (diff) | |
download | freebsd-ports-gnome-b7ce43de20030e32cec00f68acae50e183a69e98.tar.gz freebsd-ports-gnome-b7ce43de20030e32cec00f68acae50e183a69e98.tar.zst freebsd-ports-gnome-b7ce43de20030e32cec00f68acae50e183a69e98.zip |
Do not use ${PORTNAME} for MASTER_SITE_SUBDIR as this breaks
gnomecanvas.
Submitted by: Pav Lucistnik <pav_cz@volny.cz>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 7bd29961cd72..965a8e635303 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -9,7 +9,7 @@ PORTNAME?= gdk-pixbuf PORTVERSION= 0.22.0 CATEGORIES?= graphics MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.22 +MASTER_SITE_SUBDIR= sources/gdk-pixbuf/0.22 DISTNAME= gdk-pixbuf-${PORTVERSION} DIST_SUBDIR= gnome |