svn commit: r350845 - head/x11-wm/musca

Baptiste Daroussin bapt at FreeBSD.org
Thu Apr 10 19:59:23 UTC 2014


Author: bapt
Date: Thu Apr 10 19:59:23 2014
New Revision: 350845
URL: http://svnweb.freebsd.org/changeset/ports/350845
QAT: https://qat.redports.org/buildarchive/r350845/

Log:
  Support stage

Modified:
  head/x11-wm/musca/Makefile

Modified: head/x11-wm/musca/Makefile
==============================================================================
--- head/x11-wm/musca/Makefile	Thu Apr 10 19:54:52 2014	(r350844)
+++ head/x11-wm/musca/Makefile	Thu Apr 10 19:59:23 2014	(r350845)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://aerosuidae.net/ \
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	dhn at FreeBSD.org
-COMMENT=	A simple window manager for X, with features from ratpoison and dwm
+COMMENT=	Simple window manager for X, with features from ratpoison and dwm
 
 RUN_DEPENDS=	dmenu:${PORTSDIR}/x11/dmenu
 
@@ -17,10 +17,9 @@ USE_XORG=	x11
 MAKE_ARGS=	CFLAGS="-I${LOCALBASE}/include \
 		-L${LOCALBASE}/lib"
 
-PLIST_FILES=	bin/musca
-MAN1=	musca.1
+PLIST_FILES=	bin/musca \
+		man/man1/musca.1.gz
 
-NO_STAGE=	yes
 pre-everything::
 	@${ECHO_MSG} "You can build musca with your own config.h using the MUSCA_CONF knob:"
 	@${ECHO_MSG} "make MUSCA_CONF=/path/to/musca/config.h install clean"
@@ -32,7 +31,7 @@ post-extract:
 .endif
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
+	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list