1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/simpleproxy: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 11:13:41 +01:00
parent bc7fb3ea79
commit 751c585eec
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -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>