svn commit: r357735 - head/deskutils/msynctool

Vanilla I. Shu vanilla at FreeBSD.org
Sat Jun 14 03:35:33 UTC 2014


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>


More information about the svn-ports-head mailing list