aboutsummaryrefslogtreecommitdiff
path: root/comms/viewfax
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-10-01 00:30:10 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-10-01 00:30:10 +0000
commit93d99c32c308f83ef6d0b7fcee0005cac7c9b17c (patch)
treec83c2b021736e3fdfeca8324910c4f3455085e8f /comms/viewfax
parentd60b83190ae528e67dd11d8f05a54418a31e8882 (diff)
downloadports-93d99c32c308f83ef6d0b7fcee0005cac7c9b17c.tar.gz
ports-93d99c32c308f83ef6d0b7fcee0005cac7c9b17c.zip
Notes
Diffstat (limited to 'comms/viewfax')
-rw-r--r--comms/viewfax/scripts/pre-configure8
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