svn commit: r330201 - head/x11/wmappl
Eitan Adler
eadler at FreeBSD.org
Sun Oct 13 02:44:29 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list