diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-07-20 17:25:27 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2002-07-20 17:25:27 +0000 |
commit | 4a6737c40f6d927a360b2a97c3525f183e4e1232 (patch) | |
tree | ffd9cfc934bd2febc68a3d5a4f48a0c87d28e802 /graphics/zphoto/files | |
parent | d6f419b333981a9e7b569a81ee6fc886bb816add (diff) | |
download | ports-4a6737c40f6d927a360b2a97c3525f183e4e1232.tar.gz ports-4a6737c40f6d927a360b2a97c3525f183e4e1232.zip |
Add zphoto (zooming photo album generator)
PR: ports/40753
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Notes
Notes:
svn path=/head/; revision=63281
Diffstat (limited to 'graphics/zphoto/files')
-rw-r--r-- | graphics/zphoto/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/zphoto/files/patch-Makefile.in b/graphics/zphoto/files/patch-Makefile.in new file mode 100644 index 000000000000..fd261fec32e7 --- /dev/null +++ b/graphics/zphoto/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Jul 21 00:50:36 2002 ++++ Makefile.in Sun Jul 21 00:50:44 2002 +@@ -460,7 +460,7 @@ + + + Techno.fdb: +- wget http://opaque.net/ming/tutorial/flashdot.tgz ++ fetch http://opaque.net/ming/tutorial/flashdot.tgz + tar zxf flashdot.tgz Techno.fdb + + # Tell versions [3.59,3.63) of GNU make to not export all variables. |