diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-14 11:35:32 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-14 11:35:32 +0800 |
commit | 65e4ae4067fedc51a1907bc473f1c428a8c30c01 (patch) | |
tree | 43be2550305e847cb6726b96f9aec8fe013526fc /deskutils/msynctool | |
parent | 972c9cfd3319413449c1c97bf672942bc53802f0 (diff) | |
download | freebsd-ports-gnome-65e4ae4067fedc51a1907bc473f1c428a8c30c01.tar.gz freebsd-ports-gnome-65e4ae4067fedc51a1907bc473f1c428a8c30c01.tar.zst freebsd-ports-gnome-65e4ae4067fedc51a1907bc473f1c428a8c30c01.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'deskutils/msynctool')
-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> |