diff options
-rw-r--r-- | deskutils/rolo/Makefile | 11 | ||||
-rw-r--r-- | deskutils/rolo/pkg-plist | 1 |
2 files changed, 5 insertions, 7 deletions
diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile index 332615649557..3a29d03d5a70 100644 --- a/deskutils/rolo/Makefile +++ b/deskutils/rolo/Makefile @@ -9,23 +9,20 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Text-based contact management software -BUILD_DEPENDS= ${LOCALBASE}/lib/libvc.a:${PORTSDIR}/devel/libvc +LIB_DEPENDS= libvc.so:${PORTSDIR}/devel/libvc USE_BZIP2= yes GNU_CONFIGURE= yes -NO_STAGE= yes CFLAGS+= -I${PREFIX}/include \ -L${PREFIX}/lib -MAN1= rolo.1 +OPTIONS_DEFINE= DOCS -.if !defined(NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for DOC in AUTHORS ChangeLog NEWS README THANKS - @${INSTALL_DATA} ${WRKSRC}/${DOC} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> diff --git a/deskutils/rolo/pkg-plist b/deskutils/rolo/pkg-plist index 490080ff1bd1..cc14f516363f 100644 --- a/deskutils/rolo/pkg-plist +++ b/deskutils/rolo/pkg-plist @@ -1,4 +1,5 @@ bin/rolo +man/man1/rolo.1.gz %%PORTDOCS%%share/doc/rolo/AUTHORS %%PORTDOCS%%share/doc/rolo/ChangeLog %%PORTDOCS%%share/doc/rolo/NEWS |