diff options
author | jmz <jmz@FreeBSD.org> | 1995-10-01 08:30:10 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-10-01 08:30:10 +0800 |
commit | 23aee296b031014973eb7fc5dadcbb2f5effbdda (patch) | |
tree | 5eea51a1547d15444ba3566b7880cd3f527cfa47 /comms | |
parent | 6592b157cc3af3225e1590752fa7c1330b1638fe (diff) | |
download | freebsd-ports-gnome-23aee296b031014973eb7fc5dadcbb2f5effbdda.tar.gz freebsd-ports-gnome-23aee296b031014973eb7fc5dadcbb2f5effbdda.tar.zst freebsd-ports-gnome-23aee296b031014973eb7fc5dadcbb2f5effbdda.zip |
Install the files in ${PREFIX} (${X11BASE} in this case)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/viewfax/scripts/pre-configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/comms/viewfax/scripts/pre-configure b/comms/viewfax/scripts/pre-configure new file mode 100644 index 000000000000..7644ca1464c7 --- /dev/null +++ b/comms/viewfax/scripts/pre-configure @@ -0,0 +1,8 @@ +#!/bin/sh + +cat <<EOF >>$WRKSRC/Imakefile +BINDIR = $PREFIX/bin +HELPDIR = $PREFIX/lib +MANDIR = $PREFIX/man/man1 +EOF +exit 0 |