diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-04-20 20:19:31 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-04-20 20:19:31 +0000 |
commit | 2fb0b2f0ca7b0072f0b13f66b0c3adf9c19d4f12 (patch) | |
tree | e688be69708a32219550bf5620aedd4d207f1910 /devel/opencvs/Makefile | |
parent | d3408211236466c50fe860893fae90f80b6bc99b (diff) |
Notes
Diffstat (limited to 'devel/opencvs/Makefile')
-rw-r--r-- | devel/opencvs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/opencvs/Makefile b/devel/opencvs/Makefile index b42b10ff46fb..eca6de888568 100644 --- a/devel/opencvs/Makefile +++ b/devel/opencvs/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= opencvs -PORTVERSION= 20100608 +PORTVERSION= 20110420 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= johans @@ -13,9 +13,12 @@ MASTER_SITE_SUBDIR= johans MAINTAINER= johans@FreeBSD.org COMMENT= BSD-licensed CVS implementation +LICENSE= BSD WRKSRC= ${WRKDIR}/cvs MANCOMPRESSED= maybe +MAN1= opencvs.1 +MAN5= opencvs.5 MAN7= cvsintro.7 MAKE_ENV+= BINDIR="${PREFIX}/bin" \ |