diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-03 00:15:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-03 00:15:24 +0800 |
commit | 94cd24537afde5a91789d5f5d8c0f96e51c3b297 (patch) | |
tree | e05a07a150b96182bfb05c810754158403713802 | |
parent | 650e640b2a5e6a21510186f89033d2c100659f2e (diff) | |
download | freebsd-ports-gnome-94cd24537afde5a91789d5f5d8c0f96e51c3b297.tar.gz freebsd-ports-gnome-94cd24537afde5a91789d5f5d8c0f96e51c3b297.tar.zst freebsd-ports-gnome-94cd24537afde5a91789d5f5d8c0f96e51c3b297.zip |
Stage support
-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 |