diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-21 07:42:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-21 07:42:21 +0800 |
commit | 93003b629a908981e99096b6c0a212b8ed8674b9 (patch) | |
tree | f8e66a0e8b9775b0eed4c709bd3e35e906f208d4 /print/gnome-print | |
parent | 75da905258751b8272a4d66be668c1652173f287 (diff) | |
download | freebsd-ports-gnome-93003b629a908981e99096b6c0a212b8ed8674b9.tar.gz freebsd-ports-gnome-93003b629a908981e99096b6c0a212b8ed8674b9.tar.zst freebsd-ports-gnome-93003b629a908981e99096b6c0a212b8ed8674b9.zip |
Fix MASTER_SITE_SUBDIR.
Submitted by: Bob Fleck <bob@securesoftware.com>
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 2ac3c6620065..6dcd3c610ae3 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -9,7 +9,7 @@ PORTNAME= gnomeprint PORTVERSION= 0.37 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-print/0.36 +MASTER_SITE_SUBDIR= sources/gnome-print/0.37 DISTNAME= gnome-print-${PORTVERSION} DIST_SUBDIR= gnome |