mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Install the files in ${PREFIX} (${X11BASE} in this case)
This commit is contained in:
parent
d60b83190a
commit
93d99c32c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2208
1 changed files with 8 additions and 0 deletions
8
comms/viewfax/scripts/pre-configure
Normal file
8
comms/viewfax/scripts/pre-configure
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
cat <<EOF >>$WRKSRC/Imakefile
|
||||
BINDIR = $PREFIX/bin
|
||||
HELPDIR = $PREFIX/lib
|
||||
MANDIR = $PREFIX/man/man1
|
||||
EOF
|
||||
exit 0
|
Loading…
Add table
Reference in a new issue