aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-14 03:35:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-14 03:35:32 +0000
commit5bf5017d25fab8e4bd3491638c560b84bdfb418a (patch)
tree43be2550305e847cb6726b96f9aec8fe013526fc /deskutils
parent9f8ed748490274b8b91076964279209b596826df (diff)
downloadports-5bf5017d25fab8e4bd3491638c560b84bdfb418a.tar.gz
ports-5bf5017d25fab8e4bd3491638c560b84bdfb418a.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/msynctool/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/deskutils/msynctool/Makefile b/deskutils/msynctool/Makefile
index 045bbac14604..3ed602909e01 100644
--- a/deskutils/msynctool/Makefile
+++ b/deskutils/msynctool/Makefile
@@ -13,15 +13,13 @@ LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022
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>