diff --git a/net/gutenfetch/Makefile b/net/gutenfetch/Makefile index 41c8103170d8..8e52711c830f 100644 --- a/net/gutenfetch/Makefile +++ b/net/gutenfetch/Makefile @@ -1,23 +1,24 @@ PORTNAME= gutenfetch PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= SF MAINTAINER= johntabularasa@users.sf.net 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: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gutenfetch .include