svn commit: r332477 - in head/x11/xnodecor: . files

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Nov 2 12:58:38 UTC 2013


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 at 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


More information about the svn-ports-all mailing list