diff options
-rw-r--r-- | deskutils/msynctool/Makefile | 10 |
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> |