1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Install the files in ${PREFIX} (${X11BASE} in this case)

This commit is contained in:
Jean-Marc Zucconi 1995-10-01 00:30:10 +00:00
parent d60b83190a
commit 93d99c32c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2208

View File

@ -0,0 +1,8 @@
#!/bin/sh
cat <<EOF >>$WRKSRC/Imakefile
BINDIR = $PREFIX/bin
HELPDIR = $PREFIX/lib
MANDIR = $PREFIX/man/man1
EOF
exit 0