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

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Nov 7 02:04:12 UTC 2013


Author: danilo
Date: Thu Nov  7 02:04:11 2013
New Revision: 333051
URL: http://svnweb.freebsd.org/changeset/ports/333051

Log:
  - Remove PREFIX from MAKE_ARGS and use ${DESTDIR} in ${WRKSRC}/Makefile
  
  Reported by:	danfe

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

Modified: head/x11/xnodecor/Makefile
==============================================================================
--- head/x11/xnodecor/Makefile	Thu Nov  7 01:59:58 2013	(r333050)
+++ head/x11/xnodecor/Makefile	Thu Nov  7 02:04:11 2013	(r333051)
@@ -14,7 +14,6 @@ COMMENT=	Utility to set override_redirec
 NO_WRKSUBDIR=	yes
 USE_XORG=	x11
 PLIST_FILES=	bin/xnodecor
-MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 do-extract:
 	@${MKDIR} ${WRKDIR}

Modified: head/x11/xnodecor/files/Makefile
==============================================================================
--- head/x11/xnodecor/files/Makefile	Thu Nov  7 01:59:58 2013	(r333050)
+++ head/x11/xnodecor/files/Makefile	Thu Nov  7 02:04:11 2013	(r333051)
@@ -9,7 +9,7 @@ xnodecor:
 	$(CC) -o xnodecor xnodecor.c $(CFLAGS) $(LDFLAGS) $(LIBS)
 
 install:
-	${BSD_INSTALL_PROGRAM} xnodecor ${PREFIX}/bin
+	${BSD_INSTALL_PROGRAM} xnodecor ${DESTDIR}${PREFIX}/bin
 
 clean:
 	rm -f *.rej a.out core xnodecor


More information about the svn-ports-all mailing list