Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jan 2014 13:48:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338775 - head/x11/wmblob
Message-ID:  <201401051348.s05DmlfZ094394@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan  5 13:48:46 2014
New Revision: 338775
URL: http://svnweb.freebsd.org/changeset/ports/338775

Log:
  Stage support

Modified:
  head/x11/wmblob/Makefile

Modified: head/x11/wmblob/Makefile
==============================================================================
--- head/x11/wmblob/Makefile	Sun Jan  5 13:44:17 2014	(r338774)
+++ head/x11/wmblob/Makefile	Sun Jan  5 13:48:46 2014	(r338775)
@@ -16,12 +16,10 @@ USE_GNOME=	gtk20
 USES=		pkgconfig
 GNU_CONFIGURE=	yes
 
-MAN1=		wmblob.1
-PLIST_FILES=	bin/wmblob
+PLIST_FILES=	bin/wmblob man/man1/wmblob.1.gz
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/src/wmblob ${PREFIX}/bin
-	@${INSTALL_MAN} ${WRKSRC}/doc/wmblob.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/src/wmblob ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/doc/wmblob.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>



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