Skip to content

Commit

Permalink
net/gutenfetch: 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 25, 2024
1 parent 2127680 commit ddb8b62
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/gutenfetch/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gutenfetch
PORTVERSION= 1.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF

Expand All @@ -10,11 +10,12 @@ COMMENT= Fetch listings and books from Project Gutenberg
LIB_DEPENDS= libgutenfetch.so:devel/libgutenfetch

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake tar:bzip2

PLIST_FILES= bin/gutenfetch man/man1/gutenfetch.1.gz
PLIST_FILES= bin/gutenfetch share/man/man1/gutenfetch.1.gz
SUB_FILES= pkg-message

post-install:
Expand Down

0 comments on commit ddb8b62

Please sign in to comment.