From dcbd60b39bbddecb3bcc23da7ab219c9b0b0a772 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 2 Feb 2014 16:15:24 +0000 Subject: Stage support --- deskutils/rolo/Makefile | 11 ++++------- deskutils/rolo/pkg-plist | 1 + 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'deskutils/rolo') 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 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 -- cgit v1.2.3