diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-16 20:58:17 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2013-11-16 20:58:17 +0000 |
commit | 27e29b575d90b0e579d081013ca061aaaaff006f (patch) | |
tree | a05ccc3abc006c29a36dfab7a26a35e766fbd4fd /sysutils/clone/Makefile | |
parent | c0ec625b37b2d748eb2a130a9ff32152de51aae7 (diff) |
Notes
Diffstat (limited to 'sysutils/clone/Makefile')
-rw-r--r-- | sysutils/clone/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/clone/Makefile b/sysutils/clone/Makefile index 84df3f43d498..6950bd9a4811 100644 --- a/sysutils/clone/Makefile +++ b/sysutils/clone/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= clone -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE @@ -10,9 +10,7 @@ COMMENT= File tree cloning tool LICENSE= BSD -PLIST_FILES= bin/clone +PLIST_FILES= bin/clone \ + man/man1/clone.1.gz -MAN1= clone.1 - -NO_STAGE= yes .include <bsd.port.mk> |