diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile index e46514358165..2a4bcf297f2b 100644 --- a/deskutils/rolo/Makefile +++ b/deskutils/rolo/Makefile @@ -1,26 +1,28 @@ PORTNAME= rolo PORTVERSION= 011 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Text-based contact management software WWW= http://rolo.sf.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvc.so:devel/libvc USES= localbase ncurses tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share OPTIONS_DEFINE= DOCS post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for DOC in AUTHORS ChangeLog NEWS README THANKS ${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/deskutils/rolo/pkg-plist b/deskutils/rolo/pkg-plist index 4d150e56483f..ae6e9659ee86 100644 --- a/deskutils/rolo/pkg-plist +++ b/deskutils/rolo/pkg-plist @@ -1,7 +1,7 @@ bin/rolo -man/man1/rolo.1.gz +share/man/man1/rolo.1.gz %%PORTDOCS%%share/doc/rolo/AUTHORS %%PORTDOCS%%share/doc/rolo/ChangeLog %%PORTDOCS%%share/doc/rolo/NEWS %%PORTDOCS%%share/doc/rolo/README %%PORTDOCS%%share/doc/rolo/THANKS