mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
- Fixed build on 10.x
- Fixed custom path to install Approved by: eadler, osa, rm (mentors, implicit)
This commit is contained in:
parent
eb6c2c490e
commit
8e65fc1c17
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330488
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ ONLY_FOR_ARCHS= amd64 i386
|
|||
USE_BZIP2= yes
|
||||
USE_XORG= x11 xproto xrender xext
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
MAKE_ARGS+= PREFIX=${PREFIX}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
- cp i386/xwinwrap /usr/bin
|
||||
+INSTALL = /usr/bin/install -m 755
|
||||
+PREFIX = /usr/local
|
||||
+CC = gcc
|
||||
+CC = cc
|
||||
+ARCH = `uname -p`
|
||||
+
|
||||
+TARGET = xwinwrap
|
||||
|
|
Loading…
Add table
Reference in a new issue