diff options
author | nork <nork@FreeBSD.org> | 2003-04-20 14:11:37 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-20 14:11:37 +0000 |
commit | 6753ec645ef7769a26c4acd90229cd4f39dacf33 (patch) | |
tree | 47c2baeef88bbaed50944f026613ba834b41754e /net/cvsync/Makefile | |
parent | 48f33568d1cf57873462882b35a4d1e9ee30924c (diff) | |
download | FreeBSD-ports-6753ec645ef7769a26c4acd90229cd4f39dacf33.zip FreeBSD-ports-6753ec645ef7769a26c4acd90229cd4f39dacf33.tar.gz |
Update to 0.19.5.
PR: ports/51184
Submitted by: hrs (maintainer)
Diffstat (limited to 'net/cvsync/Makefile')
-rw-r--r-- | net/cvsync/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/cvsync/Makefile b/net/cvsync/Makefile index 2ac3828..74a10b9 100644 --- a/net/cvsync/Makefile +++ b/net/cvsync/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsync -PORTVERSION= 0.19.4 +PORTVERSION= 0.19.5 CATEGORIES= net ipv6 MASTER_SITES= http://www.daemon-systems.org/cvsync/ \ ftp://ftp.allbsd.org/pub/cvsync/ @@ -19,10 +19,6 @@ 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} ${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EXAMPLESDIR} |