Skip to content

Commit

Permalink
sysutils/tcplist: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 3326721 commit 6c1c4d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sysutils/tcplist/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tcplist
PORTVERSION= 2.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= sysutils net
MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/jdd/tcplist/
EXTRACT_SUFX= .shar
Expand Down
2 changes: 1 addition & 1 deletion sysutils/tcplist/files/patch-Makefile
Expand Up @@ -12,7 +12,7 @@

# Directory to install tcplist man page
-MANDIR = /local/man/man1
+MANDIR = $(PREFIX)/man/man1
+MANDIR = $(PREFIX)/share/man/man1

# Location of NOIDENT file
-NOIDENT = /etc/hosts.noident
Expand Down
2 changes: 1 addition & 1 deletion sysutils/tcplist/pkg-plist
@@ -1,2 +1,2 @@
bin/tcplist
man/man1/tcplist.1.gz
share/man/man1/tcplist.1.gz

0 comments on commit 6c1c4d2

Please sign in to comment.