aboutsummaryrefslogtreecommitdiff
path: root/x11/xwinwrap
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 10:03:45 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-01-11 10:03:45 +0000
commit00bda700bcc5bf1222cffd023f08f3490ea99a26 (patch)
tree8a2e261b7f54c50876022629c0f414a3a9c87274 /x11/xwinwrap
parentadca18a930ac2e29a3187e0d23bc49de0bb9262f (diff)
downloadports-00bda700bcc5bf1222cffd023f08f3490ea99a26.tar.gz
ports-00bda700bcc5bf1222cffd023f08f3490ea99a26.zip
Notes
Diffstat (limited to 'x11/xwinwrap')
-rw-r--r--x11/xwinwrap/Makefile1
-rw-r--r--x11/xwinwrap/files/patch-Makefile6
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/
-