svn commit: r338766 - head/x11/dynamag

Antoine Brodin antoine at FreeBSD.org
Sun Jan 5 13:20:35 UTC 2014


Author: antoine
Date: Sun Jan  5 13:20:35 2014
New Revision: 338766
URL: http://svnweb.freebsd.org/changeset/ports/338766

Log:
  - Stage support
  - NO_INSTALL_MANPAGES is not needed with custom do-install target

Modified:
  head/x11/dynamag/Makefile

Modified: head/x11/dynamag/Makefile
==============================================================================
--- head/x11/dynamag/Makefile	Sun Jan  5 13:18:23 2014	(r338765)
+++ head/x11/dynamag/Makefile	Sun Jan  5 13:20:35 2014	(r338766)
@@ -13,14 +13,12 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Magnifying utility which updates continuously
 
 ALL_TARGET=	dynamag
-NO_INSTALL_MANPAGES=	yes
 PLIST_FILES=	bin/dynamag
 USES=		imake
 USE_XORG=	x11 xaw xext xmu xt xpm sm ice
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/dynamag ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/dynamag ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list