svn commit: r342330 - head/deskutils/rolo

Antoine Brodin antoine at FreeBSD.org
Sun Feb 2 16:15:25 UTC 2014


Author: antoine
Date: Sun Feb  2 16:15:24 2014
New Revision: 342330
URL: http://svnweb.freebsd.org/changeset/ports/342330
QAT: https://qat.redports.org/buildarchive/r342330/

Log:
  Stage support

Modified:
  head/deskutils/rolo/Makefile
  head/deskutils/rolo/pkg-plist

Modified: head/deskutils/rolo/Makefile
==============================================================================
--- head/deskutils/rolo/Makefile	Sun Feb  2 16:08:53 2014	(r342329)
+++ head/deskutils/rolo/Makefile	Sun Feb  2 16:15:24 2014	(r342330)
@@ -9,23 +9,20 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at 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>

Modified: head/deskutils/rolo/pkg-plist
==============================================================================
--- head/deskutils/rolo/pkg-plist	Sun Feb  2 16:08:53 2014	(r342329)
+++ head/deskutils/rolo/pkg-plist	Sun Feb  2 16:15:24 2014	(r342330)
@@ -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


More information about the svn-ports-all mailing list