Date: Thu, 7 Nov 2013 02:04:12 +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: r333051 - in head/x11/xnodecor: . files Message-ID: <201311070204.rA724Cqv048606@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311070204.rA724Cqv048606>