diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-02 20:58:37 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-02 20:58:37 +0800 |
commit | 7ec39304ae1881497882cbced50482151d772f04 (patch) | |
tree | 95cb6e3612d173d6403bc60a8faa9cc712492fc9 /x11 | |
parent | 0621949f5b405d1c50108c182a025c0b58f470d8 (diff) | |
download | freebsd-ports-gnome-7ec39304ae1881497882cbced50482151d772f04.tar.gz freebsd-ports-gnome-7ec39304ae1881497882cbced50482151d772f04.tar.zst freebsd-ports-gnome-7ec39304ae1881497882cbced50482151d772f04.zip |
- Add stage support
The patch is not necessary.
PR: ports/183588
Submitted by: Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp> (maintainer)
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 |