diff --git a/devel/devtodo/Makefile b/devel/devtodo/Makefile index 2e78dd1fcf97..36496a42cf4d 100644 --- a/devel/devtodo/Makefile +++ b/devel/devtodo/Makefile @@ -1,30 +1,31 @@ PORTNAME= devtodo PORTVERSION= 0.1.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://swapoff.org/files/devtodo/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to effectively maintain todo lists aimed at developers WWW= https://swapoff.org/devtodo.html CONFLICTS_INSTALL= deforaos-todo tdl todo GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= ncurses readline OPTIONS_DEFINE= EXAMPLES # Note: without this define util/regex.c doesn't compile due to redeclaration # of malloc and realloc functions. Adding this define was the simplest # (although not elegant) solution. CFLAGS+= -DSTDC_HEADERS post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for file in scripts.sh scripts.tcsh todorc.example ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${EXAMPLESDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/doc/todorc.example ${STAGEDIR}${PREFIX}/etc/todorc.sample .include diff --git a/devel/devtodo/pkg-plist b/devel/devtodo/pkg-plist index ad538def698f..121f630525f1 100644 --- a/devel/devtodo/pkg-plist +++ b/devel/devtodo/pkg-plist @@ -1,18 +1,18 @@ bin/devtodo bin/tda bin/tdd bin/tde bin/tdl bin/tdr bin/todo @sample etc/todorc.sample -man/man1/devtodo.1.gz -man/man1/tda.1.gz -man/man1/tdd.1.gz -man/man1/tde.1.gz -man/man1/tdl.1.gz -man/man1/tdr.1.gz -man/man1/todo.1.gz +share/man/man1/devtodo.1.gz +share/man/man1/tda.1.gz +share/man/man1/tdd.1.gz +share/man/man1/tde.1.gz +share/man/man1/tdl.1.gz +share/man/man1/tdr.1.gz +share/man/man1/todo.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts.tcsh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/todorc.example