summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-02 16:15:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-02 16:15:24 +0000
commitdcbd60b39bbddecb3bcc23da7ab219c9b0b0a772 (patch)
treee05a07a150b96182bfb05c810754158403713802 /deskutils
parentStage support (diff)
Stage support
Notes
Notes: svn path=/head/; revision=342330
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/rolo/Makefile11
-rw-r--r--deskutils/rolo/pkg-plist1
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