aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:13:41 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:31:39 +0000
commit751c585eeca02276d1a1b4ed89ee8519450a7893 (patch)
tree4d2dbf4bcd3f646e4454ed2e85083aee8568bee5
parentbc7fb3ea79bf6f66fba1d97612e2f0dc64238e15 (diff)
downloadports-751c585eeca02276d1a1b4ed89ee8519450a7893.tar.gz
ports-751c585eeca02276d1a1b4ed89ee8519450a7893.zip
net/simpleproxy: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/simpleproxy/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/simpleproxy/Makefile b/net/simpleproxy/Makefile
index e02eef075e75..68731d430524 100644
--- a/net/simpleproxy/Makefile
+++ b/net/simpleproxy/Makefile
@@ -1,6 +1,6 @@
PORTNAME= simpleproxy
PORTVERSION= 3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF
@@ -9,7 +9,8 @@ COMMENT= Simple TCP proxy
WWW= http://www.crocodile.org/software.html
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>