aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-02 12:58:37 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-02 12:58:37 +0000
commit2e282743a2dc059814c7b21ed456606dc1811252 (patch)
tree95cb6e3612d173d6403bc60a8faa9cc712492fc9 /x11
parent84399d9e9d44f5bbb39a7bf45fbcd1443578e401 (diff)
downloadports-2e282743a2dc059814c7b21ed456606dc1811252.tar.gz
ports-2e282743a2dc059814c7b21ed456606dc1811252.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/xnodecor/Makefile2
-rw-r--r--x11/xnodecor/files/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/xnodecor/Makefile b/x11/xnodecor/Makefile
index ddd69c30335d..f9759c48ef4e 100644
--- a/x11/xnodecor/Makefile
+++ b/x11/xnodecor/Makefile
@@ -14,8 +14,8 @@ COMMENT= Utility to set override_redirect in XWindowAttributes to True
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}
diff --git a/x11/xnodecor/files/Makefile b/x11/xnodecor/files/Makefile
index be49a441103f..dc0e825ae7fc 100644
--- a/x11/xnodecor/files/Makefile
+++ b/x11/xnodecor/files/Makefile
@@ -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