summaryrefslogtreecommitdiff
path: root/graphics/quickpics
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-09-15 15:48:56 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-09-15 15:48:56 +0000
commit7c61ae395afdb7f488f0d7dab6c45c89e917b5da (patch)
tree83a95f1b7dbd1bbf17210c14216a8aff914057c5 /graphics/quickpics
parentDon't install mu2-alloywm.in or x-panel.in. Add documentation to (diff)
PR: 41962
Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=66369
Diffstat (limited to 'graphics/quickpics')
-rw-r--r--graphics/quickpics/Makefile1
-rw-r--r--graphics/quickpics/files/patch-src-dir.c17
2 files changed, 18 insertions, 0 deletions
diff --git a/graphics/quickpics/Makefile b/graphics/quickpics/Makefile
index c3ed5e89121d..3a21d4079d9c 100644
--- a/graphics/quickpics/Makefile
+++ b/graphics/quickpics/Makefile
@@ -7,6 +7,7 @@
PORTNAME= quickpics
PORTVERSION= 1.8
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://area23.org/QuickPics/
DISTNAME= QuickPics-${PORTVERSION}
diff --git a/graphics/quickpics/files/patch-src-dir.c b/graphics/quickpics/files/patch-src-dir.c
new file mode 100644
index 000000000000..6f427b5f2cf2
--- /dev/null
+++ b/graphics/quickpics/files/patch-src-dir.c
@@ -0,0 +1,17 @@
+--- dir.c.orig Tue Apr 7 03:31:14 1998
++++ dir.c Fri Aug 23 20:08:24 2002
+@@ -479,12 +479,12 @@
+ rmspace(description);
+ if(!description[0])
+ {
+- sprintf(description,"Description of %s goes here.",
++ sprintf(description,"%s",
+ img->name);
+ }
+ }
+ else
+- sprintf(description,"Description of %s goes here.",
++ sprintf(description,"%s",
+ img->name);
+
+ imgrec_setdescription(img,description);