diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-07 17:22:09 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-07 17:22:09 +0000 |
commit | 53754b4167b49cf97bf48889c46466795777b85f (patch) | |
tree | 018a128e44660d010e703749670003a36878d367 /graphics/pho/files | |
parent | be34d8bc3811ea1246b034a12914ab06303546a4 (diff) | |
download | FreeBSD-ports-53754b4167b49cf97bf48889c46466795777b85f.zip FreeBSD-ports-53754b4167b49cf97bf48889c46466795777b85f.tar.gz |
New port graphics/pho (version 0.9.1)
This is a new port of pho. Pho is a lightweight program for
viewing large numbers of images quickly, rotating or deleting
some, and making notes about what to do with each image --
for instance, for going through hundreds of images after
uploading them from a digital camera.
It is similar to xv but with some additional functionality
and without some of its annoyances.
PR: ports/50794
Submitted by: Roland Jesse <roland.jesse@gmx.net>
Diffstat (limited to 'graphics/pho/files')
-rw-r--r-- | graphics/pho/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/pho/files/patch-Makefile b/graphics/pho/files/patch-Makefile new file mode 100644 index 0000000..265532e --- /dev/null +++ b/graphics/pho/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Oct 7 10:19:24 2003 ++++ Makefile Tue Oct 7 10:19:39 2003 +@@ -14,7 +14,7 @@ + + INSTALL = /usr/bin/install -D + +-INSTALLPREFIX = ${DESTDIR}/usr/local ++INSTALLPREFIX = ${DESTDIR}${PREFIX} + + TARFILE = pho-$(VERSION).tar.gz + |