Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2013 12:58:37 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332477 - in head/x11/xnodecor: . files
Message-ID:  <201311021258.rA2Cwb9v075590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Nov  2 12:58:37 2013
New Revision: 332477
URL: http://svnweb.freebsd.org/changeset/ports/332477

Log:
  - Add stage support
  
  The patch is not necessary.
  
  PR:		ports/183588
  Submitted by:	Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> (maintainer)

Modified:
  head/x11/xnodecor/Makefile
  head/x11/xnodecor/files/Makefile

Modified: head/x11/xnodecor/Makefile
==============================================================================
--- head/x11/xnodecor/Makefile	Sat Nov  2 12:53:32 2013	(r332476)
+++ head/x11/xnodecor/Makefile	Sat Nov  2 12:58:37 2013	(r332477)
@@ -14,8 +14,8 @@ COMMENT=	Utility to set override_redirec
 NO_WRKSUBDIR=	yes
 USE_XORG=	x11
 PLIST_FILES=	bin/xnodecor
+MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
-NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKDIR}
 	@${CP} ${FILESDIR}/Makefile ${WRKDIR}

Modified: head/x11/xnodecor/files/Makefile
==============================================================================
--- head/x11/xnodecor/files/Makefile	Sat Nov  2 12:53:32 2013	(r332476)
+++ head/x11/xnodecor/files/Makefile	Sat Nov  2 12:58:37 2013	(r332477)
@@ -9,7 +9,7 @@ xnodecor:
 	$(CC) -o xnodecor xnodecor.c $(CFLAGS) $(LDFLAGS) $(LIBS)
 
 install:
-	${BSD_INSTALL_PROGRAM} xnodecor ${LOCALBASE}/bin
+	${BSD_INSTALL_PROGRAM} xnodecor ${PREFIX}/bin
 
 clean:
 	rm -f *.rej a.out core xnodecor



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