diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-22 09:06:12 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-12-22 09:06:12 +0000 |
commit | 17ca085ddc99dcb11d1891d4f0f06c7a72c99d75 (patch) | |
tree | 57032cda72083f06ba2248eb8488f8430941db03 /print | |
parent | 360291dd560a7d10db1112eceeb58ab1ddf41e57 (diff) | |
download | ports-17ca085ddc99dcb11d1891d4f0f06c7a72c99d75.tar.gz ports-17ca085ddc99dcb11d1891d4f0f06c7a72c99d75.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/gribouy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile index e3e67c4c22c1..f2f57dd15a57 100644 --- a/print/gribouy/Makefile +++ b/print/gribouy/Makefile @@ -8,8 +8,10 @@ PORTNAME= gribouy PORTVERSION= 0.0.8 CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R} +#MASTER_SITES= ${MASTER_SITE_SAVANNAH} +#MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bland MAINTAINER= gnome@FreeBSD.org COMMENT= Gribouy is a Type1 font editor |