Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 2013 02:44:29 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330201 - head/x11/wmappl
Message-ID:  <201310130244.r9D2iT6T039136@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Oct 13 02:44:28 2013
New Revision: 330201
URL: http://svnweb.freebsd.org/changeset/ports/330201

Log:
  - Convert to staging
  - Fix COMMENT

Modified:
  head/x11/wmappl/Makefile
  head/x11/wmappl/pkg-plist

Modified: head/x11/wmappl/Makefile
==============================================================================
--- head/x11/wmappl/Makefile	Sun Oct 13 02:20:07 2013	(r330200)
+++ head/x11/wmappl/Makefile	Sun Oct 13 02:44:28 2013	(r330201)
@@ -10,7 +10,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:ma
 		16x16xpms.tar.gz:icons icons_16x16.tar.gz:icons smallicons.tar.gz:icons
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	An application launcher dockapp similar to wmbutton
+COMMENT=	Application launcher dockapp similar to wmbutton
 
 GNU_CONFIGURE=	yes
 USE_XORG=	xpm x11 xext sm ice
@@ -20,26 +20,19 @@ MAKE_ENV=	DATADIR="${DATADIR}"
 USES+=		gmake
 .endif
 
-MAN1=	wmappl.1
-MAN5=	wmapplrc.5
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-extract:
 	@${RM} -rf ${WRKSRC}/icons/CVS
 
 post-install:
-	@${ECHO_CMD} ""
-	@${ECHO_CMD} "===>   Installing icons to ${DATADIR} directory"
-	@${MKDIR} ${DATADIR}
-	@cd ${WRKDIR} && ${INSTALL_DATA} *.xpm ${DATADIR}
-	@cd ${WRKDIR}/smallicons && ${INSTALL_DATA} *.xpm ${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	@cd ${WRKDIR} && ${INSTALL_DATA} *.xpm ${STAGEDIR}${DATADIR}
+	@cd ${WRKDIR}/smallicons && ${INSTALL_DATA} *.xpm ${STAGEDIR}${DATADIR}
 .if ${PORT_OPTIONS:MDOCS}
-	@${ECHO_CMD} "===>   Installing README as ${DOCSDIR}/README"
-	@${ECHO_CMD} "===>   Please read for configuration information"
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	@${ECHO_CMD} "===>   Please read ${DOCSDIR}/README for configuration information"
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/x11/wmappl/pkg-plist
==============================================================================
--- head/x11/wmappl/pkg-plist	Sun Oct 13 02:20:07 2013	(r330200)
+++ head/x11/wmappl/pkg-plist	Sun Oct 13 02:44:28 2013	(r330201)
@@ -666,4 +666,6 @@ share/wmappl/xterm.xpm
 share/wmappl/xv.xpm
 share/wmappl/yingyang.xpm
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+man/man1/wmappl.1.gz
+man/man5/wmapplrc.5.gz
 @dirrm share/wmappl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310130244.r9D2iT6T039136>