diff options
Diffstat (limited to 'x11/xwinwrap')
-rw-r--r-- | x11/xwinwrap/Makefile | 1 | ||||
-rw-r--r-- | x11/xwinwrap/files/patch-Makefile | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/x11/xwinwrap/Makefile b/x11/xwinwrap/Makefile index 97e11b91b825..4e9955db9bd9 100644 --- a/x11/xwinwrap/Makefile +++ b/x11/xwinwrap/Makefile @@ -18,7 +18,6 @@ USE_XORG= x11 xproto xrender xext PLIST_FILES= bin/${PORTNAME} MAKE_ARGS+= PREFIX=${PREFIX} -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" diff --git a/x11/xwinwrap/files/patch-Makefile b/x11/xwinwrap/files/patch-Makefile index 83efc79954a2..f2b65bdb1b22 100644 --- a/x11/xwinwrap/files/patch-Makefile +++ b/x11/xwinwrap/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2009-11-16 20:42:09.000000000 +0700 -+++ Makefile 2009-11-17 04:52:13.000000000 +0700 +--- Makefile.orig 2009-11-16 21:42:09.000000000 +0800 ++++ Makefile 2014-01-11 00:00:12.000000000 +0800 @@ -1,22 +1,23 @@ -all: all64 all32 - @@ -38,7 +38,7 @@ + fi; +install: -+ $(INSTALL) $(TARGET) $(PREFIX)/bin ++ $(INSTALL) $(TARGET) $(DESTDIR)$(PREFIX)/bin clean: - -rm -rf x86_64/ i386/ - |