diff options
author | martymac <martymac@FreeBSD.org> | 2010-10-20 14:04:33 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2010-10-20 14:04:33 +0800 |
commit | d259441ec3c61d4f88a3ccf6fd0463fde5323fbd (patch) | |
tree | e0205df27bd36e7b791aa88614d65dce3aeeabbd /net | |
parent | b01276842fd00abefb6445fb3c0dcb0d8a1954ec (diff) | |
download | freebsd-ports-gnome-d259441ec3c61d4f88a3ccf6fd0463fde5323fbd.tar.gz freebsd-ports-gnome-d259441ec3c61d4f88a3ccf6fd0463fde5323fbd.tar.zst freebsd-ports-gnome-d259441ec3c61d4f88a3ccf6fd0463fde5323fbd.zip |
- Clean-up mirrors
- Add missing LICENSE
Approved by: ehaupt (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/grsync/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/grsync/Makefile b/net/grsync/Makefile index 18a374c6fc2d..359050baa997 100644 --- a/net/grsync/Makefile +++ b/net/grsync/Makefile @@ -7,17 +7,18 @@ PORTNAME= grsync PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://www.opbyte.it/release/ \ - GENTOO/distfiles \ - LOCAL/chinsan + LOCAL/martymac MAINTAINER= martymac@FreeBSD.org COMMENT= GTK frontend for rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync +LICENSE= GPLv2 + USE_GNOME= gtk20 desktopfileutils GNU_CONFIGURE= yes USE_GMAKE= yes |