aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 09:25:39 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 09:48:15 +0000
commit76f620c1cd9a6976ccebdf0ae1be580f1bbfc1c2 (patch)
treeae521d9a0893ac8fc9fee0fa806e4519d9bd4d55
parent2d986ced8fa95e1712fe3c41a6df38f8cabde996 (diff)
downloadports-76f620c1cd9a6976ccebdf0ae1be580f1bbfc1c2.tar.gz
ports-76f620c1cd9a6976ccebdf0ae1be580f1bbfc1c2.zip
graphics/photopc: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--graphics/photopc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/photopc/Makefile b/graphics/photopc/Makefile
index 9f48d65c8333..39bbb0d8bb8c 100644
--- a/graphics/photopc/Makefile
+++ b/graphics/photopc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= photopc
PORTVERSION= 3.07
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= SF
@@ -9,13 +9,14 @@ COMMENT= Control cameras based on Sierra Imaging chipset and compatibles
WWW= https://photopc.sourceforge.net/
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/epinfo \
bin/photopc \
include/eph_io.h \
lib/libeph_io.a \
- man/man1/epinfo.1.gz \
- man/man1/photopc.1.gz
+ share/man/man1/epinfo.1.gz \
+ share/man/man1/photopc.1.gz
PORTDOCS= README protocol.htm usage.htm
OPTIONS_DEFINE= DOCS