diff options
author | nork <nork@FreeBSD.org> | 2003-04-16 14:45:07 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-16 14:45:07 +0800 |
commit | e890a4a024442e3ed131122cfa44e1b43389bd34 (patch) | |
tree | 66d6a70f4bd68bc8509d07a31a49b675a4c631dc /net/cvsync/Makefile | |
parent | 177cd8daa5823df6ed5a7eac53623e9092ccdf8b (diff) | |
download | freebsd-ports-gnome-e890a4a024442e3ed131122cfa44e1b43389bd34.tar.gz freebsd-ports-gnome-e890a4a024442e3ed131122cfa44e1b43389bd34.tar.zst freebsd-ports-gnome-e890a4a024442e3ed131122cfa44e1b43389bd34.zip |
Update to 0.19.4.
Prompted by: MAEKAWA Masahide <gehenna@daemon-systems.org> (developer)
Submitted by: hrs (maintainer)
Diffstat (limited to 'net/cvsync/Makefile')
-rw-r--r-- | net/cvsync/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net/cvsync/Makefile b/net/cvsync/Makefile index 6bbb8b032848..2ac38287aa83 100644 --- a/net/cvsync/Makefile +++ b/net/cvsync/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsync -PORTVERSION= 0.19.2 +PORTVERSION= 0.19.4 CATEGORIES= net ipv6 MASTER_SITES= http://www.daemon-systems.org/cvsync/ \ ftp://ftp.allbsd.org/pub/cvsync/ @@ -15,6 +15,13 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= A portable CVS repository synchronization utility USE_GMAKE= yes +USE_REINPLACE= yes + +MAN1= cvscan.1 cvsync.1 cvsyncd.1 rcscan.1 rcscmp.1 + +post-configure: + ${REINPLACE_CMD} -e "s/^# $${INSTALL}/ $${INSTALL}/" \ + ${WRKSRC}/mk/prog.mk post-install: @${MKDIR} ${EXAMPLESDIR} |