svn commit: r339061 - head/sysutils/lxtask

Rusmir Dusko nemysis at FreeBSD.org
Wed Jan 8 00:38:45 UTC 2014


Author: nemysis
Date: Wed Jan  8 00:38:44 2014
New Revision: 339061
URL: http://svnweb.freebsd.org/changeset/ports/339061

Log:
  - Support STAGEDIR
  - Change WWW

Modified:
  head/sysutils/lxtask/Makefile
  head/sysutils/lxtask/pkg-descr   (contents, props changed)

Modified: head/sysutils/lxtask/Makefile
==============================================================================
--- head/sysutils/lxtask/Makefile	Wed Jan  8 00:17:06 2014	(r339060)
+++ head/sysutils/lxtask/Makefile	Wed Jan  8 00:38:44 2014	(r339061)
@@ -12,7 +12,7 @@ COMMENT=	Lightweight desktop-independent
 
 LICENSE=	GPLv2
 
-USES=		iconv gmake pkgconfig
+USES=		gmake iconv pkgconfig
 USE_GNOME=	gtk20 intlhack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -24,7 +24,6 @@ OPTIONS_SUB=	yes
 
 NLS_USES=	gettext
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -39,13 +38,7 @@ post-patch:
 .endif
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
-
-	@${ECHO_CMD}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_CMD}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/sysutils/lxtask/pkg-descr
==============================================================================
--- head/sysutils/lxtask/pkg-descr	Wed Jan  8 00:17:06 2014	(r339060)
+++ head/sysutils/lxtask/pkg-descr	Wed Jan  8 00:38:44 2014	(r339061)
@@ -2,4 +2,4 @@ LXTask - lightweight and desktop-indepen
 xfce4-taskmanager with all dependencies on xfce removed, new features,
 and some improvement of the user interface.
 
-WWW: http://lxde.sourceforge.net/
+WWW: http://wiki.lxde.org/en/LXTask


More information about the svn-ports-all mailing list