diff options
author | markus <markus@FreeBSD.org> | 2005-05-19 17:58:33 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2005-05-19 17:58:33 +0800 |
commit | 10177a163ec839fa79eed048f89c5fa860fdce63 (patch) | |
tree | d8f242fcd665e6af32d6e2d93e0b74a5613db847 /devel/lincvs/Makefile | |
parent | ad20a731c92a224b77850cc6ec57ede539812b6b (diff) | |
download | freebsd-ports-gnome-10177a163ec839fa79eed048f89c5fa860fdce63.tar.gz freebsd-ports-gnome-10177a163ec839fa79eed048f89c5fa860fdce63.tar.zst freebsd-ports-gnome-10177a163ec839fa79eed048f89c5fa860fdce63.zip |
- Update to version 1.4.1
- Drop maintainership
Diffstat (limited to 'devel/lincvs/Makefile')
-rw-r--r-- | devel/lincvs/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/lincvs/Makefile b/devel/lincvs/Makefile index 2e0d9fa3d710..928b381b9b26 100644 --- a/devel/lincvs/Makefile +++ b/devel/lincvs/Makefile @@ -6,13 +6,13 @@ # PORTNAME= lincvs -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.1 CATEGORIES= devel kde -MASTER_SITES= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/20_LinCVS/hl_${PORTNAME}-${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-1-generic-src +MASTER_SITES= http://lincvs.com/download/ +DISTNAME= ${PORTNAME}-${PORTVERSION}-0-generic-src EXTRACT_SUFX= .tgz -MAINTAINER= markus@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Graphical CVS front-end using QT BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake @@ -35,8 +35,9 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/LinCVS/lincvs.bin ${PREFIX}/bin/lincvs + ${INSTALL_SCRIPT} ${WRKSRC}/LinCVS/Tools/launch_emacs.sh ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/LinCVS/Tools/launch_xemacs.sh ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/LinCVS/Tools/start-ssh-agent.sh ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/LinCVS/Tools/start-ssh.sh ${PREFIX}/bin ${MKDIR} ${DATADIR}/translation ${INSTALL_DATA} ${WRKSRC}/ts/*.qm ${DATADIR}/translation .ifndef(NOPORTDOCS) |