Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2014 03:35:33 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357735 - head/deskutils/msynctool
Message-ID:  <201406140335.s5E3ZXbm004742@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Sat Jun 14 03:35:32 2014
New Revision: 357735
URL: http://svnweb.freebsd.org/changeset/ports/357735
QAT: https://qat.redports.org/buildarchive/r357735/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/deskutils/msynctool/Makefile

Modified: head/deskutils/msynctool/Makefile
==============================================================================
--- head/deskutils/msynctool/Makefile	Sat Jun 14 03:33:08 2014	(r357734)
+++ head/deskutils/msynctool/Makefile	Sat Jun 14 03:35:32 2014	(r357735)
@@ -13,15 +13,13 @@ LIB_DEPENDS=	libopensync.so:${PORTSDIR}/
 
 CONFLICTS=	osynctool-[0-9]*
 
-USES=		pkgconfig
-USE_BZIP2=	yes
+USES=		pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 
-MAN1=		convcard.1 ${PORTNAME}.1
-
 PLIST_FILES=	bin/convtest \
 		bin/convcard \
-		bin/${PORTNAME}
+		bin/${PORTNAME} \
+		man/man1/convcard.1.gz \
+		man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406140335.s5E3ZXbm004742>