svn commit: r336390 - head/x11/xmascot

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 23:38:05 UTC 2013


Author: bapt
Date: Fri Dec 13 23:38:04 2013
New Revision: 336390
URL: http://svnweb.freebsd.org/changeset/ports/336390

Log:
  Support stage

Modified:
  head/x11/xmascot/Makefile
  head/x11/xmascot/pkg-plist

Modified: head/x11/xmascot/Makefile
==============================================================================
--- head/x11/xmascot/Makefile	Fri Dec 13 23:34:17 2013	(r336389)
+++ head/x11/xmascot/Makefile	Fri Dec 13 23:38:04 2013	(r336390)
@@ -15,17 +15,14 @@ USES=		imake
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAKE_ARGS=	MAKE="${MAKE_CMD}"
 
-MAN1=		xmascot.1
-
 # Unbreak parallel (-jX) builds: do not use unsafe MakeSubdirs() macro
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's/MakeSubdirs(/Named&$$(IMAGELIB),/' \
 		${WRKSRC}/Imakefile
 
 post-install:
-	@${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
-	${INSTALL_DATA} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot \
-		${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
+	@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
+	${INSTALL_DATA} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot \
+		${STAGEDIR}${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
 
 .include <bsd.port.mk>

Modified: head/x11/xmascot/pkg-plist
==============================================================================
--- head/x11/xmascot/pkg-plist	Fri Dec 13 23:34:17 2013	(r336389)
+++ head/x11/xmascot/pkg-plist	Fri Dec 13 23:38:04 2013	(r336390)
@@ -43,6 +43,7 @@ lib/X11/xmascot/tumamu.xbmmsk
 lib/X11/xmascot/virgo.gif
 lib/X11/xmascot/yubi.xbm
 lib/X11/xmascot/yubi.xbmmsk
+man/man1/xmascot.1.gz
 @dirrm lib/X11/xmascot
 @dirrmtry lib/X11/ja_JP.EUC/app-defaults
 @dirrmtry lib/X11/ja_JP.EUC


More information about the svn-ports-head mailing list