diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-02 12:58:37 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-02 12:58:37 +0000 |
commit | 2e282743a2dc059814c7b21ed456606dc1811252 (patch) | |
tree | 95cb6e3612d173d6403bc60a8faa9cc712492fc9 /x11 | |
parent | 84399d9e9d44f5bbb39a7bf45fbcd1443578e401 (diff) | |
download | ports-2e282743a2dc059814c7b21ed456606dc1811252.tar.gz ports-2e282743a2dc059814c7b21ed456606dc1811252.zip |
- Add stage support
The patch is not necessary.
PR: ports/183588
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=332477
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xnodecor/Makefile | 2 | ||||
-rw-r--r-- | x11/xnodecor/files/Makefile | 2 |
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 |