summaryrefslogtreecommitdiff
path: root/lang/Gofer
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2010-05-30 11:33:33 +0000
committerGabor Pali <pgj@FreeBSD.org>2010-05-30 11:33:33 +0000
commit2d8d48f40c2c7b4ec30a2b6b397575c3a15568e4 (patch)
tree6ac68289e4233bfd4c8b17709815222199aa03ad /lang/Gofer
parent- Upgrade to 1.4.45. (diff)
- Fix installation problem
PR: ports/146940 Submitted by: Stefan <schaecsn@gmx.net>
Notes
Notes: svn path=/head/; revision=255310
Diffstat (limited to 'lang/Gofer')
-rw-r--r--lang/Gofer/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile
index 9ea4e37a38cb..600f2284cdc8 100644
--- a/lang/Gofer/Makefile
+++ b/lang/Gofer/Makefile
@@ -23,6 +23,11 @@ DOCSDIR= ${PREFIX}/share/doc/Gofer
LIBDIR= ${PREFIX}/lib/Gofer
MAN1= gofer.1
+post-patch:
+ @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \
+ ${WRKDIR}/scripts/gofer \
+ ${WRKDIR}/scripts/goferc
+
do-install:
@${MKDIR} ${LIBDIR}
${INSTALL_DATA} ${WRKDIR}/*.prelude ${LIBDIR}