Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 15:29:14 +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: r338010 - head/x11-clocks/eyeclock
Message-ID:  <201312291529.rBTFTEc7089286@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 29 15:29:13 2013
New Revision: 338010
URL: http://svnweb.freebsd.org/changeset/ports/338010

Log:
  Stage support

Modified:
  head/x11-clocks/eyeclock/Makefile
  head/x11-clocks/eyeclock/pkg-plist

Modified: head/x11-clocks/eyeclock/Makefile
==============================================================================
--- head/x11-clocks/eyeclock/Makefile	Sun Dec 29 15:22:28 2013	(r338009)
+++ head/x11-clocks/eyeclock/Makefile	Sun Dec 29 15:29:13 2013	(r338010)
@@ -10,31 +10,28 @@ DISTNAME=	eyeclk20
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A clock with eyes following the mouse pointer
+COMMENT=	Clock with eyes following the mouse pointer
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKE_ENV=	X11BASE=${LOCALBASE}
 USE_XORG=	x11 xau xdmcp xpm xt ice
 
-MAN1=		eyeclock.1
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s#gcc#${CC}#" ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/eyeclock ${PREFIX}/bin/eyeclock
+	${INSTALL_PROGRAM} ${WRKSRC}/eyeclock ${STAGEDIR}${PREFIX}/bin/eyeclock
 .for link in boyclock daemonclock girlclock henohenoclock margueriteclock \
 	octopusclock punpunclock silicagelclock taroclock umeharaclock
-	${LN} -sf eyeclock ${PREFIX}/bin/${link}
+	${LN} -sf eyeclock ${STAGEDIR}${PREFIX}/bin/${link}
 .endfor
-	${INSTALL_MAN} ${WRKSRC}/eyeclock.man ${MANPREFIX}/man/man1/eyeclock.1
+	${INSTALL_MAN} ${WRKSRC}/eyeclock.man ${STAGEDIR}${MANPREFIX}/man/man1/eyeclock.1
 	${INSTALL_DATA} ${WRKSRC}/EyeClock.daemon \
-		${PREFIX}/lib/X11/app-defaults/EyeClock
-	@${MKDIR} ${PREFIX}/lib/X11/EyeClock
+		${STAGEDIR}${PREFIX}/lib/X11/app-defaults/EyeClock
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/EyeClock
 .for file in CHANGE COPYRIGHT EyeClock.daemon EyeClock.normal EyeClock.penguin \
 	Makefile OMAKE.jpn README.jpn xpm/*.xpm
-	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/X11/EyeClock
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/lib/X11/EyeClock
 .endfor
 
 .include <bsd.port.mk>

Modified: head/x11-clocks/eyeclock/pkg-plist
==============================================================================
--- head/x11-clocks/eyeclock/pkg-plist	Sun Dec 29 15:22:28 2013	(r338009)
+++ head/x11-clocks/eyeclock/pkg-plist	Sun Dec 29 15:29:13 2013	(r338010)
@@ -95,4 +95,5 @@ lib/X11/EyeClock/taro_left_eye.xpm
 lib/X11/EyeClock/taro_right_core.xpm
 lib/X11/EyeClock/taro_right_eye.xpm
 lib/X11/app-defaults/EyeClock
+man/man1/eyeclock.1.gz
 @dirrm lib/X11/EyeClock



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