Add stage support to devel/kdesvn-kde4.
Changes: - Add man1 files to pkg-plist - Suppress package message - Update LIB_DEPENDS to the new format
This commit is contained in:
parent
054573ff69
commit
e38b8bda37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334239
2 changed files with 3 additions and 7 deletions
|
@ -10,7 +10,7 @@ MASTER_SITES= http://kdesvn.alwins-world.de/downloads/
|
|||
MAINTAINER= dbn@FreeBSD.org
|
||||
COMMENT= KDE frontend for Subversion
|
||||
|
||||
LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion
|
||||
LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
@ -24,9 +24,6 @@ USE_LDCONFIG= yes
|
|||
USE_QT4= corelib gui xml network dbus svg qt3support sql \
|
||||
qmake_build moc_build rcc_build uic_build linguist_build
|
||||
|
||||
MAN1= kdesvn.1 kdesvnaskpass.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
@ -46,7 +43,4 @@ post-patch:
|
|||
${WRKSRC}/CMakeLists.txt
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -52,6 +52,8 @@ lib/kde4/kio_ksvn.so
|
|||
lib/libsvnqt.so
|
||||
lib/libsvnqt.so.7
|
||||
lib/libsvnqt.so.7.0.1
|
||||
man/man1/kdesvn.1.gz
|
||||
man/man1/kdesvnaskpass.1.gz
|
||||
share/applications/kde4/kdesvn.desktop
|
||||
share/apps/kconf_update/kdesvn-use-external-update.sh
|
||||
share/apps/kconf_update/kdesvnpartrc-use-external.upd
|
||||
|
|
Loading…
Reference in a new issue