diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-20 23:42:21 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-20 23:42:21 +0000 |
commit | 93003b629a908981e99096b6c0a212b8ed8674b9 (patch) | |
tree | f8e66a0e8b9775b0eed4c709bd3e35e906f208d4 /print/gnome-print | |
parent | 75da905258751b8272a4d66be668c1652173f287 (diff) | |
download | FreeBSD-ports-93003b629a908981e99096b6c0a212b8ed8674b9.zip FreeBSD-ports-93003b629a908981e99096b6c0a212b8ed8674b9.tar.gz |
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 2ac3c66..6dcd3c6 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 |