diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index b9100a067bb2..3899d48b3779 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -1,47 +1,48 @@ PORTNAME= jigdo PORTVERSION= 0.7.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-p2p MASTER_SITES= http://atterer.org/sites/atterer/files/2009-08/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility used to retrieve large files over the Internet WWW= http://atterer.org/jigdo/ DEPRECATED= Outdated version that's not longer supported upstream EXPIRATION_DATE=2024-03-31 RUN_DEPENDS= ${LOCALBASE}/bin/wget:ftp/wget USES= gmake tar:bzip2 USE_CXXSTD= c++98 USE_SUBMAKE= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include OPTIONS_DEFINE= GUI BDB NLS OPTIONS_DEFAULT= BDB OPTIONS_SUB= yes GUI_DESC= GTK2 Graphical User Interface BDB_DESC= Berkeley DB support (for jigdo-file cache) GUI_CONFIGURE_WITH= gui GUI_LIB_DEPENDS= libgtk-x11-2.0.so:x11-toolkits/gtk20 \ libcurl.so:ftp/curl GUI_USES= pkgconfig BDB_CONFIGURE_ON= --with-libdb=-l${BDB_LIB_CXX_NAME} BDB_CONFIGURE_OFF= --without-libdb BDB_CPPFLAGS= -I${BDB_INCLUDE_DIR} BDB_LIBS= -L${BDB_LIB_DIR} BDB_USES= bdb NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/jigdo-file .include diff --git a/net-p2p/jigdo/pkg-plist b/net-p2p/jigdo/pkg-plist index 7a5ebeaa49bd..a12d530f8650 100644 --- a/net-p2p/jigdo/pkg-plist +++ b/net-p2p/jigdo/pkg-plist @@ -1,17 +1,17 @@ bin/jigdo-file bin/jigdo-lite bin/jigdo-mirror -man/man1/jigdo-file.1.gz -man/man1/jigdo-lite.1.gz -man/man1/jigdo-mirror.1.gz +share/man/man1/jigdo-file.1.gz +share/man/man1/jigdo-lite.1.gz +share/man/man1/jigdo-mirror.1.gz share/jigdo/debian-mirrors.jigdo %%GUI%%bin/jigdo -%%GUI%%man/man1/jigdo.1.gz +%%GUI%%share/man/man1/jigdo.1.gz %%GUI%%share/jigdo/COPYING %%GUI%%share/jigdo/pixmaps/close.png %%GUI%%share/jigdo/pixmaps/jigdo-logo.png %%GUI%%share/jigdo/pixmaps/pause.png %%GUI%%share/jigdo/pixmaps/progress-green.png %%GUI%%share/jigdo/pixmaps/restart.png %%GUI%%share/jigdo/pixmaps/start.png %%GUI%%share/jigdo/pixmaps/stop.png