summaryrefslogtreecommitdiff
path: root/deskutils/rolo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/rolo/Makefile')
-rw-r--r--deskutils/rolo/Makefile11
1 files changed, 4 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>