svn commit: r469619 - head/net/xrdesktop2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 11 09:34:04 UTC 2018
Author: amdmi3
Date: Fri May 11 09:34:02 2018
New Revision: 469619
URL: https://svnweb.freebsd.org/changeset/ports/469619
Log:
- Add LICENSE_FILE
- Don't install needless LICENSE and INSTALL docfiles
- Whitespace fix
- Update WWW
Approved by: portmgr blanket
Modified:
head/net/xrdesktop2/Makefile
head/net/xrdesktop2/pkg-descr
Modified: head/net/xrdesktop2/Makefile
==============================================================================
--- head/net/xrdesktop2/Makefile Fri May 11 09:19:37 2018 (r469618)
+++ head/net/xrdesktop2/Makefile Fri May 11 09:34:02 2018 (r469619)
@@ -10,6 +10,7 @@ MAINTAINER= portmaster at BSDforge.com
COMMENT= GTK2 frontend for Rdesktop
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rdesktop:net/rdesktop \
p5-Gtk2>=0:x11-toolkits/p5-Gtk2
@@ -20,15 +21,14 @@ NO_BUILD= yes
NO_ARCH= yes
USES= perl5 shebangfix tar:xz
SHEBANG_FILES= xrdesktop
-DOCS= Changelog INSTALL LICENSE README
+DOCS= Changelog README
PIXMAPS= *.png
PLIST_FILES= bin/xrdesktop share/doc/xrdesktop2/Changelog \
- share/doc/xrdesktop2/INSTALL share/doc/xrdesktop2/LICENSE \
- share/doc/xrdesktop2/README share/pixmaps/x-remote-desktop-256.png \
- share/pixmaps/x-remote-desktop-128.png \
- share/pixmaps/x-remote-desktop-48.png \
- share/applications/xrdesktop2.desktop
+ share/doc/xrdesktop2/README share/pixmaps/x-remote-desktop-256.png \
+ share/pixmaps/x-remote-desktop-128.png \
+ share/pixmaps/x-remote-desktop-48.png \
+ share/applications/xrdesktop2.desktop
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/xrdesktop ${STAGEDIR}${PREFIX}/bin
Modified: head/net/xrdesktop2/pkg-descr
==============================================================================
--- head/net/xrdesktop2/pkg-descr Fri May 11 09:19:37 2018 (r469618)
+++ head/net/xrdesktop2/pkg-descr Fri May 11 09:34:02 2018 (r469619)
@@ -6,4 +6,4 @@ by presenting them in a [Perl/GTK2] GUI. Xrdesktop2 cu
any of the options you're likely to be interested in. Future versions will
undoubtedly add more.
-WWW: http://BSDforge.com/projects/net/xrdesktop2/
+WWW: https://BSDforge.com/projects/net/xrdesktop2/
More information about the svn-ports-head
mailing list